Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -908,7 +908,7 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
908 |
#demo.queue(max_size=20, default_concurrency_limit=32)
|
909 |
|
910 |
# Launch the Gradio app
|
911 |
-
|
912 |
-
|
913 |
|
914 |
-
demo.launch(server_name="127.0.0.1", server_port=7860)
|
|
|
908 |
#demo.queue(max_size=20, default_concurrency_limit=32)
|
909 |
|
910 |
# Launch the Gradio app
|
911 |
+
if __name__ == "__main__":
|
912 |
+
demo.launch(share=True)
|
913 |
|
914 |
+
#demo.launch(server_name="127.0.0.1", server_port=7860)
|