Rijgersberg commited on
Commit
6a84f9b
·
1 Parent(s): a73450a

Switch model from small to medium

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("small")
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