Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ vid_interface = gr.Interface(
|
|
| 42 |
fn=detect_image,
|
| 43 |
inputs=gr.inputs.Video(source="upload"),
|
| 44 |
outputs="video",
|
| 45 |
-
title="
|
| 46 |
)
|
| 47 |
|
| 48 |
# Create a list of interfaces
|
|
|
|
| 42 |
fn=detect_image,
|
| 43 |
inputs=gr.inputs.Video(source="upload"),
|
| 44 |
outputs="video",
|
| 45 |
+
title="Video"
|
| 46 |
)
|
| 47 |
|
| 48 |
# Create a list of interfaces
|