seiching commited on
Commit
d182662
1 Parent(s): 548d77e

update model to base

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