asierhv commited on
Commit
4f8a19d
·
verified ·
1 Parent(s): f1e3dcb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -154,7 +154,7 @@ These results demonstrate a strong improvement over smaller Whisper variants for
154
  ```python
155
  from transformers import pipeline
156
 
157
- hf_model = "ORG_OR_USER/whisper-small-eu" # replace with actual repo ID
158
  device = 0 # set to -1 for CPU
159
 
160
  pipe = pipeline(
 
154
  ```python
155
  from transformers import pipeline
156
 
157
+ hf_model = "HiTZ/whisper-small-eu" # replace with actual repo ID
158
  device = 0 # set to -1 for CPU
159
 
160
  pipe = pipeline(