youl commited on
Commit
2c97a7e
1 Parent(s): becf64c

Update app.py

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