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

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
- image: image,
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,
53
  seed: Optional[int] = -1,
54
  motion_bucket_id: int = 127,
55
  fps_id: int = 25,