Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,9 @@ with gr.Blocks() as demo:
|
|
150 |
**Note:** processing video will take a long time, please upload a short video.
|
151 |
''')
|
152 |
gr.Examples(
|
153 |
-
examples=[os.path.join(os.path.dirname(__file__), "./images/video1.mp4")
|
|
|
|
|
154 |
inputs=input_video,
|
155 |
outputs=output_video
|
156 |
)
|
|
|
150 |
**Note:** processing video will take a long time, please upload a short video.
|
151 |
''')
|
152 |
gr.Examples(
|
153 |
+
examples=[os.path.join(os.path.dirname(__file__), "./images/video1.mp4"),
|
154 |
+
os.path.join(os.path.dirname(__file__), "./images/video2.mp4")
|
155 |
+
],
|
156 |
inputs=input_video,
|
157 |
outputs=output_video
|
158 |
)
|