Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def add_new_image(image):
|
|
60 |
name: image
|
61 |
prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
|
62 |
refer_image: {ip_img}
|
63 |
-
video_path:
|
64 |
width: {width}"""
|
65 |
print(img_settings)
|
66 |
with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
|
|
|
60 |
name: image
|
61 |
prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
|
62 |
refer_image: {ip_img}
|
63 |
+
video_path: ./final.mp4
|
64 |
width: {width}"""
|
65 |
print(img_settings)
|
66 |
with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
|