Update app.py
Browse files
app.py
CHANGED
|
@@ -363,8 +363,8 @@ with gr.Blocks() as demo:
|
|
| 363 |
video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|
| 364 |
file_output = gr.File(label="Download Video")
|
| 365 |
|
| 366 |
-
frame_button = gr.Button("
|
| 367 |
-
frame_output = gr.File(label="
|
| 368 |
|
| 369 |
ui_inputs = [
|
| 370 |
input_image_component, last_image_component, prompt_input, steps_slider,
|
|
|
|
| 363 |
video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
|
| 364 |
file_output = gr.File(label="Download Video")
|
| 365 |
|
| 366 |
+
frame_button = gr.Button("Generate Intermediate Frames", variant="secondary", visible=False)
|
| 367 |
+
frame_output = gr.File(label="Interpolated result", visible=False)
|
| 368 |
|
| 369 |
ui_inputs = [
|
| 370 |
input_image_component, last_image_component, prompt_input, steps_slider,
|