Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import os
|
|
6 |
|
7 |
login(token=os.environ['hf_token'])
|
8 |
|
9 |
-
# print(os.environ['hf_token'])
|
10 |
## Try to load a local model if available
|
11 |
# try:
|
12 |
# whisper = pipeline(model='/mnt/projects/whisper/WhisperANSP/Models/whisper-large-v2-atco2-asr-atcosim-ANSP-3h1m', task='automatic-speech-recognition')
|
|
|
6 |
|
7 |
login(token=os.environ['hf_token'])
|
8 |
|
|
|
9 |
## Try to load a local model if available
|
10 |
# try:
|
11 |
# whisper = pipeline(model='/mnt/projects/whisper/WhisperANSP/Models/whisper-large-v2-atco2-asr-atcosim-ANSP-3h1m', task='automatic-speech-recognition')
|