roll-ai commited on
Commit
99e22f0
·
verified ·
1 Parent(s): 912e82f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,4 +141,4 @@ demo = gr.Interface(
141
  # Launch the App
142
  # -----------------------------
143
  if __name__ == "__main__":
144
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
141
  # Launch the App
142
  # -----------------------------
143
  if __name__ == "__main__":
144
+ demo.launch(server_name="0.0.0.0",debug=True, server_port=7860)