Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def add_new_video(image):
|
|
83 |
name: image
|
84 |
prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
|
85 |
refer_image: {ip_img}
|
86 |
-
video_path:
|
87 |
width: {width}"""
|
88 |
print(img_settings)
|
89 |
with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
|
|
|
83 |
name: image
|
84 |
prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
|
85 |
refer_image: {ip_img}
|
86 |
+
video_path: ./final.mp4
|
87 |
width: {width}"""
|
88 |
print(img_settings)
|
89 |
with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
|