Haitam03 commited on
Commit
a50c51e
·
verified ·
1 Parent(s): cfe88c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ def load_model():
266
 
267
  # Load weights
268
  model_weights = torch.hub.load_state_dict_from_url(
269
- "https://huggingface.co/Haitam03/Wav2Vec2-mispronunciation-detector/resolve/main/epoch_3_full_data.pt",
270
  map_location=device
271
  )
272
  model.load_state_dict(model_weights)
 
266
 
267
  # Load weights
268
  model_weights = torch.hub.load_state_dict_from_url(
269
+ "https://huggingface.co/Haitam03/Wav2Vec2-mispronunciation-detector/resolve/main/best_mode_full_data.pt",
270
  map_location=device
271
  )
272
  model.load_state_dict(model_weights)