Update app.py
Browse files
app.py
CHANGED
@@ -422,7 +422,7 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
422 |
#main_container {margin-top: 60px;}
|
423 |
""") as demo:
|
424 |
|
425 |
-
gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others\nFirst, upload one or more PDFs, select options, then push Generate Audio.")
|
426 |
submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
|
427 |
|
428 |
with gr.Row(elem_id="main_container"):
|
|
|
422 |
#main_container {margin-top: 60px;}
|
423 |
""") as demo:
|
424 |
|
425 |
+
gr.Markdown("# Convert PDFs into an audio podcast, lecture, summary and others\nFirst, 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.")
|
426 |
submit_btn = gr.Button("Generate Audio", elem_id="submit_btn")
|
427 |
|
428 |
with gr.Row(elem_id="main_container"):
|