MiladAbdollahi commited on
Commit
7493382
·
1 Parent(s): f1a8469

disabling share to make huggingface happy!

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,4 +54,4 @@ demo = gr.Interface(fn=predict,
54
  article=article
55
  )
56
 
57
- demo.launch(debug=False, share=True)
 
54
  article=article
55
  )
56
 
57
+ demo.launch()