sayakpaul HF staff commited on
Commit
c25735a
1 Parent(s): 02552ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,4 +70,4 @@ iface = gr.Interface(
70
  allow_flagging="never",
71
  examples=[["./butterfly.jpg"]],
72
  )
73
- iface.launch()
 
70
  allow_flagging="never",
71
  examples=[["./butterfly.jpg"]],
72
  )
73
+ iface.launch(debug=True)