talalif commited on
Commit
6c364cf
·
verified ·
1 Parent(s): 44477f1

Update app2.py

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