Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -495,8 +495,8 @@ with gr.Blocks(css="style.css") as demo:
|
|
495 |
|
496 |
|
497 |
with gr.Column():
|
498 |
-
output_interpolation = gr.Video(label="Generated Video")
|
499 |
-
|
500 |
|
501 |
|
502 |
button_gen_video.click(
|
|
|
495 |
|
496 |
|
497 |
with gr.Column():
|
498 |
+
#output_interpolation = gr.Video(label="Generated Video")
|
499 |
+
output_interpolation = gr.Video(value="video.mp4", label="Generated Video") # Set default video
|
500 |
|
501 |
|
502 |
button_gen_video.click(
|