saattrupdan commited on
Commit
d74de95
·
1 Parent(s): a390451

fix: Revert model ID

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ load_dotenv()
25
  warnings.filterwarnings("ignore", category=FutureWarning)
26
 
27
 
28
- MODEL_ID = "alexandrainst/roest-wav2vec2-315m-100k-steps"
29
 
30
  TITLE = "Røst Speech-to-text Demo"
31
 
 
25
  warnings.filterwarnings("ignore", category=FutureWarning)
26
 
27
 
28
+ MODEL_ID = "CoRal-project/roest-wav2vec2-315m-v2"
29
 
30
  TITLE = "Røst Speech-to-text Demo"
31