ADI2005 commited on
Commit
2aabebd
1 Parent(s): b64e686

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,4 +68,4 @@ demo = gr.Interface(fn=predict, # maps inputs to outputs
68
  article=article)
69
 
70
  # Launch the demo!
71
- demo.launch()
 
68
  article=article)
69
 
70
  # Launch the demo!
71
+ demo.launch(debug=False)