Update app.py
Browse files
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 |
|