vilarin commited on
Commit
27a03f9
·
verified ·
1 Parent(s): 1841448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ if torch.cuda.is_available():
49
  # function source codes modified from multimodalart/stable-video-diffusion
50
  @spaces.GPU(duration=120)
51
  def generate(
52
- input_image=image.resize((512, 512)),
53
  seed: Optional[int] = -1,
54
  motion_bucket_id: int = 127,
55
  fps_id: int = 25,
 
49
  # function source codes modified from multimodalart/stable-video-diffusion
50
  @spaces.GPU(duration=120)
51
  def generate(
52
+ image: image,
53
  seed: Optional[int] = -1,
54
  motion_bucket_id: int = 127,
55
  fps_id: int = 25,