Update app.py
Browse files
app.py
CHANGED
@@ -454,14 +454,14 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
454 |
|
455 |
with gr.Row(elem_id="header"):
|
456 |
with gr.Column(scale=4):
|
457 |
-
gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others", elem_id="title")
|
458 |
with gr.Column(scale=1):
|
459 |
gr.HTML('''
|
460 |
<div id="logo_container">
|
461 |
<img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/resolve/main/logo.png" id="logo_image" alt="Logo">
|
462 |
</div>
|
463 |
''')
|
464 |
-
gr.Markdown("
|
465 |
submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
|
466 |
|
467 |
with gr.Row(elem_id="main_container"):
|
|
|
454 |
|
455 |
with gr.Row(elem_id="header"):
|
456 |
with gr.Column(scale=4):
|
457 |
+
gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others\n\nFirst, upload one or more PDFs, select options, then push Generate Audio.\n\nYou can also select a variety of custom option and direct the way the result is generated.", elem_id="title")
|
458 |
with gr.Column(scale=1):
|
459 |
gr.HTML('''
|
460 |
<div id="logo_container">
|
461 |
<img src="https://huggingface.co/spaces/lamm-mit/PDF2Audio/resolve/main/logo.png" id="logo_image" alt="Logo">
|
462 |
</div>
|
463 |
''')
|
464 |
+
#gr.Markdown("")
|
465 |
submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
|
466 |
|
467 |
with gr.Row(elem_id="main_container"):
|