Spaces:
Runtime error
Runtime error
Commit
·
bda48ea
1
Parent(s):
05fd694
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
|
5 |
from gtts import gTTS
|
6 |
|
7 |
# Load Whisper STT model
|
8 |
-
whisper_model = whisper.load_model("
|
9 |
|
10 |
# Load translation models
|
11 |
tokenizer = AutoTokenizer.from_pretrained("alirezamsh/small100")
|
|
|
5 |
from gtts import gTTS
|
6 |
|
7 |
# Load Whisper STT model
|
8 |
+
whisper_model = whisper.load_model("base")
|
9 |
|
10 |
# Load translation models
|
11 |
tokenizer = AutoTokenizer.from_pretrained("alirezamsh/small100")
|