Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -261,8 +261,8 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 261 |
inputs=[context_image, prompt, rotation_direction, rotation_degrees],
|
| 262 |
outputs=[video_output, status_text],
|
| 263 |
fn=generate,
|
| 264 |
-
cache_examples=
|
| 265 |
-
|
| 266 |
)
|
| 267 |
|
| 268 |
gr.Markdown(
|
|
|
|
| 261 |
inputs=[context_image, prompt, rotation_direction, rotation_degrees],
|
| 262 |
outputs=[video_output, status_text],
|
| 263 |
fn=generate,
|
| 264 |
+
cache_examples=False,
|
| 265 |
+
run_on_click=True,
|
| 266 |
)
|
| 267 |
|
| 268 |
gr.Markdown(
|