h-siyuan commited on
Commit
a2e42fc
·
verified ·
1 Parent(s): bf8b502

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -261,5 +261,6 @@ if __name__ == "__main__":
261
  demo.queue(api_open=False).launch(
262
  server_name="0.0.0.0",
263
  server_port=7860,
264
- share=True
 
265
  )
 
261
  demo.queue(api_open=False).launch(
262
  server_name="0.0.0.0",
263
  server_port=7860,
264
+ share=True,
265
+ debug=True
266
  )