Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -356,8 +356,8 @@ demo = gr.Interface(
|
|
| 356 |
fn=gradio_wrapper,
|
| 357 |
#gr.Image(source="webcam", streaming=True, flip=True),
|
| 358 |
inputs=gr.Image(source="webcam", streaming=True),
|
| 359 |
-
outputs=img, log_string
|
| 360 |
-
|
| 361 |
)
|
| 362 |
|
| 363 |
demo.launch()
|
|
|
|
| 356 |
fn=gradio_wrapper,
|
| 357 |
#gr.Image(source="webcam", streaming=True, flip=True),
|
| 358 |
inputs=gr.Image(source="webcam", streaming=True),
|
| 359 |
+
outputs=img, log_string,
|
| 360 |
+
live=True
|
| 361 |
)
|
| 362 |
|
| 363 |
demo.launch()
|