Thatguy099 commited on
Commit
5b3b854
ยท
verified ยท
1 Parent(s): 8dd6a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def model_data(model_name: str):
98
  def load_hubert():
99
  """Memuat model Hubert."""
100
  try:
101
- from fairseq import checkpoint_utils
102
  models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
103
  [str(BASE_DIR / "hubert_base.pt")], arg_overrides={"data": str(BASE_DIR)}
104
  )
 
98
  def load_hubert():
99
  """Memuat model Hubert."""
100
  try:
101
+ from fairseq.fairseq import checkpoint_utils
102
  models, _, _ = checkpoint_utils.load_model_ensemble_and_task(
103
  [str(BASE_DIR / "hubert_base.pt")], arg_overrides={"data": str(BASE_DIR)}
104
  )