minor
Browse files
app.py
CHANGED
@@ -57,8 +57,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
57 |
gr.Markdown("## Video Examples")
|
58 |
gr.Examples(
|
59 |
examples=[
|
60 |
-
"
|
61 |
-
"
|
62 |
],
|
63 |
inputs=video_path,
|
64 |
outputs=video_path,
|
|
|
57 |
gr.Markdown("## Video Examples")
|
58 |
gr.Examples(
|
59 |
examples=[
|
60 |
+
"examples/cook_720p.mp4",
|
61 |
+
"examples/temple_of_heaven_720p.mp4"
|
62 |
],
|
63 |
inputs=video_path,
|
64 |
outputs=video_path,
|