Spaces:
Running
Running
tbdavid2019
commited on
Commit
•
3614d2f
1
Parent(s):
b52ba43
移除readme.md
Browse files
app.py
CHANGED
@@ -704,12 +704,12 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
704 |
)
|
705 |
|
706 |
# Add README content at the bottom
|
707 |
-
gr.Markdown("---") # Horizontal line to separate the interface from README
|
708 |
-
gr.Markdown(read_readme())
|
709 |
|
710 |
# Enable queueing for better performance
|
711 |
demo.queue(max_size=20, default_concurrency_limit=32)
|
712 |
|
713 |
# Launch the Gradio app
|
714 |
if __name__ == "__main__":
|
715 |
-
demo.launch(
|
|
|
704 |
)
|
705 |
|
706 |
# Add README content at the bottom
|
707 |
+
# gr.Markdown("---") # Horizontal line to separate the interface from README
|
708 |
+
# gr.Markdown(read_readme())
|
709 |
|
710 |
# Enable queueing for better performance
|
711 |
demo.queue(max_size=20, default_concurrency_limit=32)
|
712 |
|
713 |
# Launch the Gradio app
|
714 |
if __name__ == "__main__":
|
715 |
+
demo.launch()
|