Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import whisper
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Load Whisper once at startup
|
| 6 |
-
model = whisper.load_model("
|
| 7 |
|
| 8 |
def transcribe(audio_path):
|
| 9 |
if not os.path.exists(audio_path):
|
|
|
|
| 3 |
import os
|
| 4 |
|
| 5 |
# Load Whisper once at startup
|
| 6 |
+
model = whisper.load_model("base")
|
| 7 |
|
| 8 |
def transcribe(audio_path):
|
| 9 |
if not os.path.exists(audio_path):
|