AlshimaaGamalAlsaied commited on
Commit
7949879
1 Parent(s): 33c3d7d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ video_interface = gr.Interface(
127
  label="Model",
128
  ),
129
  ],
130
- outputs=gr.outputs.Video(type="filepath", format="mp4", label="Output Video"),
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