talalif commited on
Commit
b3d8fb7
·
verified ·
1 Parent(s): f79f4ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def run(duration=240):
99
 
100
  @spaces.GPU
101
  def run_video(duration=240):
102
- subprocess.run(["python", "./MuseV/video2video.py", "--sd_model_name", "fantasticmix_v10", "--unet_model_name", "musev", "-test_data_path", "./MuseV/configs/tasks/example.yaml", "--output_dir", "./output", "--n_batch", "1", "--controlnet_name", "dwpose_body_hand", "--which2video", "\"video_middle\"", "--target_datas", "dance1", "--fps 12", "--time_size", "12"])
103
  return "./output.mp4"
104
 
105
  with gr.Blocks() as demo:
 
99
 
100
  @spaces.GPU
101
  def run_video(duration=240):
102
+ subprocess.run(["python", "./MuseV/video2video.py", "--sd_model_name", "fantasticmix_v10", "--unet_model_name", "musev", "-test_data_path", "./MuseV/configs/tasks/example.yaml", "--output_dir", "./output", "--n_batch", "1", "--controlnet_name", "dwpose_body_hand", "--which2video", "video_middle", "--target_datas", "dance1", "--fps 12", "--time_size", "12"])
103
  return "./output.mp4"
104
 
105
  with gr.Blocks() as demo: