wq2012 commited on
Commit
caa0f76
1 Parent(s): c331491

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -71,7 +71,7 @@ repo_id = "tflite-hub/conformer-speaker-encoder"
71
  model_path = "models"
72
  hf_hub_download(repo_id=repo_id, filename="vad_long_model.tflite", local_dir=model_path)
73
  hf_hub_download(repo_id=repo_id, filename="vad_long_mean_stddev.csv", local_dir=model_path)
74
- hf_hub_download(repo_id=repo_id, filename="conformer_tisid_medium..tflite", local_dir=model_path)
75
 
76
  enroll_wav_files = ["your_first_wav_file.wav"]
77
  test_wav_file = "your_second_wav_file.wav"
 
71
  model_path = "models"
72
  hf_hub_download(repo_id=repo_id, filename="vad_long_model.tflite", local_dir=model_path)
73
  hf_hub_download(repo_id=repo_id, filename="vad_long_mean_stddev.csv", local_dir=model_path)
74
+ hf_hub_download(repo_id=repo_id, filename="conformer_tisid_medium.tflite", local_dir=model_path)
75
 
76
  enroll_wav_files = ["your_first_wav_file.wav"]
77
  test_wav_file = "your_second_wav_file.wav"