Spaces:
Running
Running
Commit
·
8a6e134
1
Parent(s):
babf22d
use /data as a model dir
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from huggingface_hub import Repository
|
|
15 |
|
16 |
# global tts module, initialized from a model selected
|
17 |
tts = None
|
18 |
-
model_repo_dir = "
|
19 |
model_repo = Repository(
|
20 |
local_dir=model_repo_dir, clone_from="balacoon/tts"
|
21 |
)
|
|
|
15 |
|
16 |
# global tts module, initialized from a model selected
|
17 |
tts = None
|
18 |
+
model_repo_dir = "/data"
|
19 |
model_repo = Repository(
|
20 |
local_dir=model_repo_dir, clone_from="balacoon/tts"
|
21 |
)
|