Sadanand Modak commited on
Commit
d710660
·
1 Parent(s): adf757a
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -44,5 +44,4 @@ demo = gr.Interface(fn=predict,
44
  title=title,
45
  description=description,
46
  article=article)
47
- demo.launch(debug=False,
48
- share=True)
 
44
  title=title,
45
  description=description,
46
  article=article)
47
+ demo.launch() # share=True not needed for huggingface spaces