Jotadebeese commited on
Commit
472b338
·
verified ·
1 Parent(s): 405dc8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ demo = gr.Interface(fn=predict,
80
  article=article)
81
 
82
  # Launch the demo
83
- demo.launch(debug=False)
 
80
  article=article)
81
 
82
  # Launch the demo
83
+ demo.launch(debug=False, share=True)