Spaces:
Running on Zero
Running on Zero
Update generativevideo2.py
Browse files- generativevideo2.py +1 -1
generativevideo2.py
CHANGED
|
@@ -3044,7 +3044,7 @@ with gr.Blocks(title="Generative Video") as demo:
|
|
| 3044 |
inputs=[first_frame, prompt_ui, camera_ui, resolution_ui, radioanimated_mode, input_video, audio_input, end_frame],
|
| 3045 |
outputs = [output_video],
|
| 3046 |
label="Templates",
|
| 3047 |
-
cache_examples=
|
| 3048 |
visible=False
|
| 3049 |
)
|
| 3050 |
|
|
|
|
| 3044 |
inputs=[first_frame, prompt_ui, camera_ui, resolution_ui, radioanimated_mode, input_video, audio_input, end_frame],
|
| 3045 |
outputs = [output_video],
|
| 3046 |
label="Templates",
|
| 3047 |
+
cache_examples=False,
|
| 3048 |
visible=False
|
| 3049 |
)
|
| 3050 |
|