Bisher commited on
Commit
370cc4e
·
verified ·
1 Parent(s): e69f273

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,4 +183,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
183
 
184
  # Launch
185
  if __name__ == "__main__":
186
- app.launch(debug=True)
 
183
 
184
  # Launch
185
  if __name__ == "__main__":
186
+ app.launch(debug=True, share=True)