gnosticdev commited on
Commit
83f7033
·
verified ·
1 Parent(s): f58e639

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,4 +210,4 @@ with gr.Blocks() as demo:
210
  )
211
 
212
  port = int(os.getenv("PORT", 7860))
213
- demo.launch(server_name="0.0.0.0", server_port=port, share=True, timeout=600)
 
210
  )
211
 
212
  port = int(os.getenv("PORT", 7860))
213
+ demo.launch(server_name="0.0.0.0", server_port=port, share=True)