anchor commited on
Commit
10d3594
·
verified ·
1 Parent(s): dbda666

Update app_gradio_space.py

Browse files
Files changed (1) hide show
  1. app_gradio_space.py +1 -1
app_gradio_space.py CHANGED
@@ -16,7 +16,7 @@ import subprocess
16
 
17
  ProjectDir = os.path.join(os.path.abspath(os.path.dirname(__file__)), "MuseV")
18
  CheckpointsDir = os.path.join(ProjectDir, "checkpoints")
19
- ignore_video2video = False
20
  max_image_edge = 960
21
 
22
  sys.path.insert(0, f"{ProjectDir}")
 
16
 
17
  ProjectDir = os.path.join(os.path.abspath(os.path.dirname(__file__)), "MuseV")
18
  CheckpointsDir = os.path.join(ProjectDir, "checkpoints")
19
+ ignore_video2video = True
20
  max_image_edge = 960
21
 
22
  sys.path.insert(0, f"{ProjectDir}")