AlexWortega commited on
Commit
e0ca2ed
1 Parent(s): fa3197f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,4 +220,4 @@ if __name__ == "__main__":
220
  scheduler.start()
221
 
222
  demo_app = build_demo()
223
- demo_app.launch(debug=True)
 
220
  scheduler.start()
221
 
222
  demo_app = build_demo()
223
+ demo_app.launch(debug=True,share=True)