eternalBlissard commited on
Commit
f40811a
1 Parent(s): 6a7a5a1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ demo = gr.Interface(fn=predictionMaker,
25
  article=article)
26
 
27
  # Launch the demo!
28
- demo.launch()
29
 
30
 
31
 
 
25
  article=article)
26
 
27
  # Launch the demo!
28
+ demo.launch(share=True,debug=False)
29
 
30
 
31