matt0017 commited on
Commit
3604e55
·
verified ·
1 Parent(s): a3d8cdf

removing demo.launch() arguments

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -47,5 +47,4 @@ demo = gr.Interface(fn=predict,
47
  title=title,
48
  description=description,
49
  article=article)
50
- demo.launch(debug=False,
51
- share=True)
 
47
  title=title,
48
  description=description,
49
  article=article)
50
+ demo.launch()