Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ c = os.path.join(os.path.dirname(__file__), "data/c.mp4") # Video
|
|
| 137 |
|
| 138 |
|
| 139 |
demo = gr.Interface(
|
| 140 |
-
fn=
|
| 141 |
inputs=gr.Video(),
|
| 142 |
outputs=gr.Video(),
|
| 143 |
examples=[
|
|
|
|
| 137 |
|
| 138 |
|
| 139 |
demo = gr.Interface(
|
| 140 |
+
fn=detect_video,
|
| 141 |
inputs=gr.Video(),
|
| 142 |
outputs=gr.Video(),
|
| 143 |
examples=[
|