mskov commited on
Commit
d7388cd
β€’
1 Parent(s): 35a8357

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -21,6 +21,8 @@ disable_caching()
21
 
22
  p = pipeline("automatic-speech-recognition")
23
 
 
 
24
  whisper_miso=WhisperModel.from_pretrained("mskov/whisper_miso", use_auth_token=huggingface_token)
25
 
26
 
 
21
 
22
  p = pipeline("automatic-speech-recognition")
23
 
24
+ huggingface_token = os.environ["huggingface_token"]
25
+
26
  whisper_miso=WhisperModel.from_pretrained("mskov/whisper_miso", use_auth_token=huggingface_token)
27
 
28