Update app.py
Browse files
app.py
CHANGED
|
@@ -62,6 +62,7 @@ def add_new_image(image):
|
|
| 62 |
refer_image: {ip_img}
|
| 63 |
video_path: null
|
| 64 |
width: width"""
|
|
|
|
| 65 |
with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
|
| 66 |
configs.write(img_settings)
|
| 67 |
configs.truncate()
|
|
|
|
| 62 |
refer_image: {ip_img}
|
| 63 |
video_path: null
|
| 64 |
width: width"""
|
| 65 |
+
print(img_settings)
|
| 66 |
with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
|
| 67 |
configs.write(img_settings)
|
| 68 |
configs.truncate()
|