frnka commited on
Commit
33b5148
1 Parent(s): e0b4c0c

updating the model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ TARGET_LANG = "EN-GB"
12
  deepl_key = os.environ.get('DEEPL')
13
  openai.api_key = os.environ.get('OPENAI')
14
 
15
- whisper = pipeline(model="openai/whisper-small") # change to "your-username/the-name-you-picked"
16
  translator = deepl.Translator(deepl_key)
17
 
18
 
 
12
  deepl_key = os.environ.get('DEEPL')
13
  openai.api_key = os.environ.get('OPENAI')
14
 
15
+ whisper = pipeline(model="frnka/whisper-small-SE") # change to "your-username/the-name-you-picked"
16
  translator = deepl.Translator(deepl_key)
17
 
18