Spaces:
Running
Running
update
Browse files- tools/run_webui.py +1 -1
tools/run_webui.py
CHANGED
@@ -17,7 +17,7 @@ from tools.webui.inference import get_inference_wrapper
|
|
17 |
|
18 |
# Make einx happy
|
19 |
os.environ["EINX_FILTER_TRACEBACK"] = "false"
|
20 |
-
|
21 |
|
22 |
def parse_args():
|
23 |
parser = ArgumentParser()
|
|
|
17 |
|
18 |
# Make einx happy
|
19 |
os.environ["EINX_FILTER_TRACEBACK"] = "false"
|
20 |
+
os.system("huggingface-cli download fishaudio/fish-speech-1.5 --local-dir checkpoints/fish-speech-1.5")
|
21 |
|
22 |
def parse_args():
|
23 |
parser = ArgumentParser()
|