catperson1208 commited on
Commit
b100cb4
1 Parent(s): 3fef8b8
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
  )
69
 
70
  #Launch the demo!
71
- demo.launch(debug=False)#print errors locally?
 
68
  )
69
 
70
  #Launch the demo!
71
+ demo.launch()