Spaces:
Runtime error
Runtime error
Commit
·
53b39db
1
Parent(s):
2d9f18f
Update app.py
Browse files
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()
|