Update app2.py
Browse files
app2.py
CHANGED
@@ -42,7 +42,7 @@ def add_new_image(prompt,image):
|
|
42 |
video_path: null
|
43 |
width: {width}"""
|
44 |
print(img_settings)
|
45 |
-
with open ("/
|
46 |
configs.write(img_settings)
|
47 |
configs.truncate()
|
48 |
configs.seek(0)
|
|
|
42 |
video_path: null
|
43 |
width: {width}"""
|
44 |
print(img_settings)
|
45 |
+
with open ("/content/MuseV/configs/tasks/example.yaml","r+") as configs:
|
46 |
configs.write(img_settings)
|
47 |
configs.truncate()
|
48 |
configs.seek(0)
|