Felipefe20
commited on
Commit
•
5557223
1
Parent(s):
30dfe28
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def show_preds_image(image):
|
|
60 |
yield image
|
61 |
|
62 |
inputs_video = [
|
63 |
-
gr.Image(label="Input Video",
|
64 |
|
65 |
]
|
66 |
outputs_video = [
|
|
|
60 |
yield image
|
61 |
|
62 |
inputs_video = [
|
63 |
+
gr.Image(label="Input Video", sources="webcam"),
|
64 |
|
65 |
]
|
66 |
outputs_video = [
|