Spaces:
Runtime error
Runtime error
Update inference.py
Browse files- inference.py +1 -1
inference.py
CHANGED
|
@@ -118,7 +118,7 @@ class PCAState:
|
|
| 118 |
|
| 119 |
|
| 120 |
def load_pca_state_from_hf(
|
| 121 |
-
repo_id: str = "jordand/echo-tts",
|
| 122 |
device: str = "cuda",
|
| 123 |
filename: str = "pca_state.safetensors",
|
| 124 |
token: str | None = None,
|
|
|
|
| 118 |
|
| 119 |
|
| 120 |
def load_pca_state_from_hf(
|
| 121 |
+
repo_id: str = "jordand/echo-tts-base",
|
| 122 |
device: str = "cuda",
|
| 123 |
filename: str = "pca_state.safetensors",
|
| 124 |
token: str | None = None,
|