Update app.py
Browse files
app.py
CHANGED
|
@@ -458,7 +458,7 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
| 458 |
with gr.Column(scale=1):
|
| 459 |
gr.HTML('''
|
| 460 |
<div id="logo_container">
|
| 461 |
-
<img src="
|
| 462 |
</div>
|
| 463 |
''')
|
| 464 |
gr.Markdown("First, upload one or more PDFs, select options, then push Generate Audio.\nYou can also select a variety of custom option and direct the way the result is generated.")
|
|
|
|
| 458 |
with gr.Column(scale=1):
|
| 459 |
gr.HTML('''
|
| 460 |
<div id="logo_container">
|
| 461 |
+
<img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/blob/main/logo.png" id="logo_image" alt="Logo">
|
| 462 |
</div>
|
| 463 |
''')
|
| 464 |
gr.Markdown("First, upload one or more PDFs, select options, then push Generate Audio.\nYou can also select a variety of custom option and direct the way the result is generated.")
|