kostis-init commited on
Commit
ce3b0a0
Β·
1 Parent(s): f021e7d

add params for debug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ if __name__ == "__main__":
17
  print("Starting the Gradio app...", flush=True)
18
  demo = create_ui()
19
  print("Gradio app created successfully.", flush=True)
20
- demo.launch()
 
17
  print("Starting the Gradio app...", flush=True)
18
  demo = create_ui()
19
  print("Gradio app created successfully.", flush=True)
20
+ demo.queue().launch(server_name="0.0.0.0", server_port=7860, share=True, debug=True)