multimodalart HF Staff commited on
Commit
9df870d
·
verified ·
1 Parent(s): 6c34c87

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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(