dongxxx commited on
Commit
1769f03
1 Parent(s): 7490aa3

Update app.py

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("large")
9
 
10
 
11