Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,6 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 206 |
with gr.Column(scale=1):
|
| 207 |
input_video = gr.Video(
|
| 208 |
label="📹 Входное видео",
|
| 209 |
-
sources=["upload", "webcam"],
|
| 210 |
interactive=True
|
| 211 |
)
|
| 212 |
|
|
|
|
| 206 |
with gr.Column(scale=1):
|
| 207 |
input_video = gr.Video(
|
| 208 |
label="📹 Входное видео",
|
|
|
|
| 209 |
interactive=True
|
| 210 |
)
|
| 211 |
|