Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def get_vc(sid):
|
|
107 |
def load_hubert():
|
108 |
global hubert_model
|
109 |
models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
|
110 |
-
["
|
111 |
suffix="",
|
112 |
)
|
113 |
hubert_model = models[0]
|
|
|
107 |
def load_hubert():
|
108 |
global hubert_model
|
109 |
models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
|
110 |
+
["base_hubert.pt"],
|
111 |
suffix="",
|
112 |
)
|
113 |
hubert_model = models[0]
|