Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def greet(image):
|
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
fn=greet,
|
12 |
-
inputs=gr.Video(source
|
13 |
outputs="image"
|
14 |
)
|
15 |
|
|
|
9 |
|
10 |
iface = gr.Interface(
|
11 |
fn=greet,
|
12 |
+
inputs=gr.Video(source="webcam", format = "mp4", streaming = "True"),
|
13 |
outputs="image"
|
14 |
)
|
15 |
|