Spaces:
Sleeping
Sleeping
AlshimaaGamalAlsaied
commited on
Commit
·
7949879
1
Parent(s):
33c3d7d
update
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ video_interface = gr.Interface(
|
|
127 |
label="Model",
|
128 |
),
|
129 |
],
|
130 |
-
outputs=gr.
|
131 |
# examples=[
|
132 |
# ["video.mp4", 0.25, 0.45, 0, 2],
|
133 |
|
|
|
127 |
label="Model",
|
128 |
),
|
129 |
],
|
130 |
+
outputs=gr.Video(type="filepath", format="mp4", label="Output Video"),
|
131 |
# examples=[
|
132 |
# ["video.mp4", 0.25, 0.45, 0, 2],
|
133 |
|