Frantz103 commited on
Commit
735217e
1 Parent(s): 016b78f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -234,7 +234,7 @@ img_cap_ui = gr.Interface(
234
  theme=gr.themes.Soft()
235
  )
236
 
237
- img_cap_ui.launch(debug=True)
238
 
239
 
240
 
 
234
  theme=gr.themes.Soft()
235
  )
236
 
237
+ img_cap_ui.launch()
238
 
239
 
240