talalif commited on
Commit
c808b2a
·
verified ·
1 Parent(s): f78b662

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def add_new_video(image):
83
  name: image
84
  prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
85
  refer_image: {ip_img}
86
- video_path: null
87
  width: {width}"""
88
  print(img_settings)
89
  with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
 
83
  name: image
84
  prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
85
  refer_image: {ip_img}
86
+ video_path: ./final.mp4
87
  width: {width}"""
88
  print(img_settings)
89
  with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs: