Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -263,10 +263,6 @@ with gr.Blocks() as demo:
|
|
| 263 |
["examples/1774363572.png", "A scene with objects on a table, camera pans", "Left (CCW)", 30],
|
| 264 |
],
|
| 265 |
inputs=[context_image, prompt, rotation_direction, rotation_degrees],
|
| 266 |
-
outputs=[video_output, status_text],
|
| 267 |
-
fn=generate,
|
| 268 |
-
cache_examples=False,
|
| 269 |
-
run_on_click=True,
|
| 270 |
)
|
| 271 |
|
| 272 |
gr.Markdown(
|
|
|
|
| 263 |
["examples/1774363572.png", "A scene with objects on a table, camera pans", "Left (CCW)", 30],
|
| 264 |
],
|
| 265 |
inputs=[context_image, prompt, rotation_direction, rotation_degrees],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 266 |
)
|
| 267 |
|
| 268 |
gr.Markdown(
|