zhangjiaheng001 commited on
Commit
13cf97f
1 Parent(s): 656d598

shareproble

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -108,6 +108,5 @@ demo = gr.Interface(
108
  description=description,
109
  article=article,
110
  )
111
-
112
- # Launch the app!
113
- demo.launch()
 
108
  description=description,
109
  article=article,
110
  )
111
+ demo.launch(share=True)
112
+ # Launch the app!