Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -354,7 +354,6 @@ global hubert_model
|
|
354 |
def load_hubert():
|
355 |
#global hubert_model
|
356 |
from fairseq import checkpoint_utils
|
357 |
-
import_fairseq()
|
358 |
models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
|
359 |
["hubert_base.pt"],
|
360 |
suffix="",
|
|
|
354 |
def load_hubert():
|
355 |
#global hubert_model
|
356 |
from fairseq import checkpoint_utils
|
|
|
357 |
models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
|
358 |
["hubert_base.pt"],
|
359 |
suffix="",
|