talalif commited on
Commit
d77c9a6
·
verified ·
1 Parent(s): 89623b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def add_new_image(image):
61
  prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
62
  refer_image: {ip_img}
63
  video_path: null
64
- width: width"""
65
  print(img_settings)
66
  with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
67
  configs.write(img_settings)
 
61
  prompt: (masterpiece, best quality, highres:1),(1person, solo:1),(eye blinks:1.8),(head wave:1.3)
62
  refer_image: {ip_img}
63
  video_path: null
64
+ width: {width}"""
65
  print(img_settings)
66
  with open ("/home/user/app/MuseV/configs/tasks/example.yaml","r+") as configs:
67
  configs.write(img_settings)