Matyáš Boháček commited on
Commit
4cb7892
1 Parent(s): 280ce8a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,4 +173,4 @@ demo = gr.Interface(fn=greet, inputs=[gr.Dropdown(["Webcam", "Video"], label="Pl
173
  cache_examples=True
174
  )
175
 
176
- demo.launch()
 
173
  cache_examples=True
174
  )
175
 
176
+ demo.launch(debug=True)