Spaces:
Sleeping
Sleeping
updated base model
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
import whisper
|
| 3 |
|
| 4 |
# Load the smallest model variant for fast CPU inference
|
| 5 |
-
model = whisper.load_model("
|
| 6 |
|
| 7 |
def transcribe_audio(audio_file):
|
| 8 |
"""
|
|
|
|
| 2 |
import whisper
|
| 3 |
|
| 4 |
# Load the smallest model variant for fast CPU inference
|
| 5 |
+
model = whisper.load_model("base")
|
| 6 |
|
| 7 |
def transcribe_audio(audio_file):
|
| 8 |
"""
|