Javier Flores commited on
Commit
4526dee
·
1 Parent(s): 7cc1129
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,5 +6,4 @@ def predict(image):
6
 
7
  inp = gr.inputs.Image(source="webcam", shape=(224,224))
8
 
9
- iface = gr.Interface(fn=predict, inputs=inp, outputs=predict,interpretation='default', capture_session=True)
10
- iface.launch()
 
6
 
7
  inp = gr.inputs.Image(source="webcam", shape=(224,224))
8
 
9
+ iface = gr.Interface(fn=predict, inputs=inp, outputs=predict ,interpretation='default').launch(debug=True)