Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ video_iface = gr.Interface(
|
|
152 |
],
|
153 |
outputs=gr.Image(type="pil",label="Result"),
|
154 |
title=title,
|
155 |
-
description="Upload video for inference."
|
156 |
examples=[[os.path.join(video_directory, "ExampleRifle.mp4")],
|
157 |
[os.path.join(video_directory, "Knife.mp4")],
|
158 |
]
|
|
|
152 |
],
|
153 |
outputs=gr.Image(type="pil",label="Result"),
|
154 |
title=title,
|
155 |
+
description="Upload video for inference.",
|
156 |
examples=[[os.path.join(video_directory, "ExampleRifle.mp4")],
|
157 |
[os.path.join(video_directory, "Knife.mp4")],
|
158 |
]
|