Fabrice-TIERCELIN commited on
Commit
c4b5a17
·
verified ·
1 Parent(s): a9b6fdc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ def generate_video_on_gpu(
293
  export_to_video(output_frames_list, video_path, fps=FIXED_FPS)
294
 
295
  progress(1.0, desc="Done!")
296
- return video_path, gr.update(value = video_path, visible = False), current_seed
297
 
298
 
299
  # --- 3. Gradio User Interface ---
 
293
  export_to_video(output_frames_list, video_path, fps=FIXED_FPS)
294
 
295
  progress(1.0, desc="Done!")
296
+ return video_path, gr.update(value = video_path, visible = True), current_seed
297
 
298
 
299
  # --- 3. Gradio User Interface ---