Spaces:
Running
Running
Update app.py
Browse files
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="
|
| 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="fal-ai/hunyuan-video-image-to-video" # High-quality free inference
|
| 18 |
)
|
| 19 |
return output
|
| 20 |
except Exception as e:
|