Spaces:
Build error
Build error
try large model
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ os.system("pip install git+https://github.com/openai/whisper.git")
|
|
10 |
import whisper
|
11 |
|
12 |
|
13 |
-
infer_model = whisper.load_model("
|
14 |
|
15 |
|
16 |
def infer(audio):
|
|
|
10 |
import whisper
|
11 |
|
12 |
|
13 |
+
infer_model = whisper.load_model("large")
|
14 |
|
15 |
|
16 |
def infer(audio):
|