Spaces:
Runtime error
Runtime error
Commit
·
45423b5
1
Parent(s):
ff32559
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,6 @@ import openai
|
|
6 |
|
7 |
target_lan = "EN-GB"
|
8 |
deepl_key = os.environ.get('DEEPL')
|
9 |
-
openai.api_key = os.environ.get('OPENAI')
|
10 |
|
11 |
translator = deepl.Translator(deepl_key)
|
12 |
pipe = pipeline(model="torileatherman/train_first_try") # change to "your-username/the-name-you-picked"
|
|
|
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"
|