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

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",debug=True, server_port=7860)
 
141
  # Launch the App
142
  # -----------------------------
143
  if __name__ == "__main__":
144
+ demo.launch(server_name="0.0.0.0",debug=True, show_error=True, server_port=7860)