kevinwang676 commited on
Commit
15c27b4
·
verified ·
1 Parent(s): 8cf602f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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="",