Spaces:
Runtime error
Runtime error
Commit
·
39fd3f0
1
Parent(s):
907e340
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import os
|
|
4 |
import deepl
|
5 |
import openai
|
6 |
|
7 |
-
|
8 |
deepl_key = '341699bb-41dc-ed70-f3e6-d267445117a0:fx'
|
9 |
|
10 |
translator = deepl.Translator(deepl_key)
|
|
|
4 |
import deepl
|
5 |
import openai
|
6 |
|
7 |
+
TARGET_LANG = "EN-GB"
|
8 |
deepl_key = '341699bb-41dc-ed70-f3e6-d267445117a0:fx'
|
9 |
|
10 |
translator = deepl.Translator(deepl_key)
|