runsdata commited on
Commit
73a4a8c
·
1 Parent(s): a369a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,6 +115,6 @@ with gr.Blocks() as demo:
115
 
116
  # Enable queuing
117
  demo.queue()
118
- demo.launch(debug=True)
119
 
120
 
 
115
 
116
  # Enable queuing
117
  demo.queue()
118
+ demo.launch(debug=True, share=True)
119
 
120