mjbuehler commited on
Commit
773f681
·
verified ·
1 Parent(s): 63a826b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- #if __name__ == "__main__":
912
- # demo.launch(share=True)
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)