Spaces:
Paused
Paused
Commit
·
6a84f9b
1
Parent(s):
a73450a
Switch model from small to medium
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import whisper
|
|
5 |
|
6 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
7 |
|
8 |
-
model = whisper.load_model("
|
9 |
|
10 |
|
11 |
|
|
|
5 |
|
6 |
from share_btn import community_icon_html, loading_icon_html, share_js
|
7 |
|
8 |
+
model = whisper.load_model("medium")
|
9 |
|
10 |
|
11 |
|