talalif commited on
Commit
071a3c7
·
verified ·
1 Parent(s): 5cb87eb

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
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 ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
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)