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

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(debug=True)
32
 
28
  theme = 'peach'
29
  )
30
 
31
+ iface.launch()
32