Spaces:
Runtime error
Runtime error
anchor
commited on
Update app_gradio_space.py
Browse files- 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 =
|
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}")
|