Drakox7 commited on
Commit
4ce1817
·
verified ·
1 Parent(s): 3b0f3d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def generate_motion(image, video):
14
  # It takes your image and animates it based on the video
15
  output = client.image_to_video(
16
  image=image,
17
- model="fal-ai/hunyuan-video-image-to-video" # High-quality free inference
18
  )
19
  return output
20
  except Exception as e:
 
14
  # It takes your image and animates it based on the video
15
  output = client.image_to_video(
16
  image=image,
17
+ model="tencent/HunyuanVideo-I2V" # High-quality free inference
18
  )
19
  return output
20
  except Exception as e: