Sahar7888 commited on
Commit
0491758
1 Parent(s): f04fcbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,4 +74,4 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
74
  article=article)
75
 
76
  # Launch the demo!
77
- demo.launch()
 
74
  article=article)
75
 
76
  # Launch the demo!
77
+ demo.launch(debug=False)