Hanene2030 commited on
Commit
afcdc7f
·
1 Parent(s): 11edf28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,7 +65,6 @@ demo = gr.Interface(fn=predict,
65
  article=article)
66
 
67
  # Launch the demo!
68
- demo.launch(debug=False,
69
- share=True)#72H
70
 
71
 
 
65
  article=article)
66
 
67
  # Launch the demo!
68
+ demo.launch(debug=False)
 
69
 
70