Update app2.py
Browse files
app2.py
CHANGED
@@ -83,7 +83,7 @@ def add_new_video(video):
|
|
83 |
img_length_ratio: 1.0
|
84 |
video_is_middle: True """
|
85 |
print(img_settings)
|
86 |
-
with open ("/
|
87 |
configs.write(img_settings)
|
88 |
configs.truncate()
|
89 |
configs.seek(0)
|
|
|
83 |
img_length_ratio: 1.0
|
84 |
video_is_middle: True """
|
85 |
print(img_settings)
|
86 |
+
with open ("/content/MuseV/configs/tasks/example.yaml","r+") as configs:
|
87 |
configs.write(img_settings)
|
88 |
configs.truncate()
|
89 |
configs.seek(0)
|