aliosha commited on
Commit
5d506bf
1 Parent(s): fa5d697

bigger model

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,7 +2,9 @@
2
  import gradio as gr
3
  import whisper
4
 
5
- STARTING_SIZE = 'tiny'
 
 
6
 
7
  current_size = STARTING_SIZE
8
  model = whisper.load_model(current_size)
 
2
  import gradio as gr
3
  import whisper
4
 
5
+ # STARTING_SIZE = 'tiny'
6
+ STARTING_SIZE = 'small'
7
+
8
 
9
  current_size = STARTING_SIZE
10
  model = whisper.load_model(current_size)