bmartinc80 commited on
Commit
b44f956
1 Parent(s): 8528ce7

updated launch share = true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,4 +99,4 @@ demo = gr.Interface(fn=predict,
99
  article=article)
100
 
101
  # Launch the demo!
102
- demo.launch(debug=True)
 
99
  article=article)
100
 
101
  # Launch the demo!
102
+ demo.launch(debug=True, share=True)