marcossalinas commited on
Commit
07cc298
1 Parent(s): d712c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,5 +28,5 @@ iface = gr.Interface(
28
  theme = 'peach'
29
  )
30
 
31
- iface.launch()
32
 
 
28
  theme = 'peach'
29
  )
30
 
31
+ iface.launch(debug=True)
32