seiching commited on
Commit
9c0b98f
1 Parent(s): 3ef2f86

change model to tiny

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
  hugapikey=os.environ['openaikey']
8
  genaikey=os.environ['genaikey']
9
  #MODEL_NAME = "seiching/whisper-small-seiching"
10
- MODEL_NAME = "openai/whisper-base"
11
  BATCH_SIZE = 8
12
 
13
  device = 0 if torch.cuda.is_available() else "cpu"
 
7
  hugapikey=os.environ['openaikey']
8
  genaikey=os.environ['genaikey']
9
  #MODEL_NAME = "seiching/whisper-small-seiching"
10
+ MODEL_NAME = "openai/whisper-tiny"
11
  BATCH_SIZE = 8
12
 
13
  device = 0 if torch.cuda.is_available() else "cpu"