torileatherman commited on
Commit
907e340
·
1 Parent(s): 45423b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import deepl
5
  import openai
6
 
7
  target_lan = "EN-GB"
8
- deepl_key = os.environ.get('DEEPL')
9
 
10
  translator = deepl.Translator(deepl_key)
11
  pipe = pipeline(model="torileatherman/train_first_try") # change to "your-username/the-name-you-picked"
 
5
  import openai
6
 
7
  target_lan = "EN-GB"
8
+ deepl_key = '341699bb-41dc-ed70-f3e6-d267445117a0:fx'
9
 
10
  translator = deepl.Translator(deepl_key)
11
  pipe = pipeline(model="torileatherman/train_first_try") # change to "your-username/the-name-you-picked"