test1444 commited on
Commit
d7c0330
1 Parent(s): d4dfc1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -62,5 +62,4 @@ demo = gr.Interface(fn=predict,
62
  article=article)
63
 
64
  # Launch the demo!
65
- demo.launch(debug=False,
66
- share=True)
 
62
  article=article)
63
 
64
  # Launch the demo!
65
+ demo.launch()