Spaces:
Runtime error
Runtime error
MingLi
commited on
Commit
·
83a9ef7
1
Parent(s):
b465de4
更改小模型
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ app = FastAPI()
|
|
13 |
|
14 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
15 |
|
16 |
-
model_id = "openai/whisper-
|
17 |
|
18 |
pipe = pipeline(
|
19 |
"automatic-speech-recognition",
|
|
|
13 |
|
14 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
15 |
|
16 |
+
model_id = "openai/whisper-small.en"
|
17 |
|
18 |
pipe = pipeline(
|
19 |
"automatic-speech-recognition",
|