Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
|
|
9 |
if HF_TOKEN:
|
10 |
login(token=HF_TOKEN)
|
11 |
|
12 |
-
MODEL_ID = "badrex/
|
13 |
transcriber = pipeline("automatic-speech-recognition", model=MODEL_ID)
|
14 |
|
15 |
@spaces.GPU
|
|
|
9 |
if HF_TOKEN:
|
10 |
login(token=HF_TOKEN)
|
11 |
|
12 |
+
MODEL_ID = "badrex/JASRv1.1"
|
13 |
transcriber = pipeline("automatic-speech-recognition", model=MODEL_ID)
|
14 |
|
15 |
@spaces.GPU
|