ruslanmv commited on
Commit
f1d27d1
·
verified ·
1 Parent(s): 270b4ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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(