osanseviero commited on
Commit
53b39db
·
1 Parent(s): 2d9f18f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,6 +70,7 @@ iface = gr.Interface(
70
  fn=predict,
71
  inputs=gr.inputs.Image(label="Input Image", source="webcam"),
72
  outputs='image',
 
73
  )
74
 
75
  iface.launch()
 
70
  fn=predict,
71
  inputs=gr.inputs.Image(label="Input Image", source="webcam"),
72
  outputs='image',
73
+ live=True
74
  )
75
 
76
  iface.launch()