Spaces:
Running
on
Zero
Running
on
Zero
True
Browse files
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 =
|
| 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 ---
|