mrmocciai commited on
Commit
600fff4
1 Parent(s): 18c1b75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- ["hubert_base.pt"],
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]