Junlinh commited on
Commit
1f1350f
·
1 Parent(s): ae5474f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ def predict(input_img):
35
  return result
36
 
37
  demo = gr.Interface(predict, gr.Image(), "text")
38
- demo.launch()
 
35
  return result
36
 
37
  demo = gr.Interface(predict, gr.Image(), "text")
38
+ demo.launch(debug = True)