Spaces:
Running
Running
jhj0517
commited on
Commit
·
2a8760a
1
Parent(s):
90894f1
edit comment
Browse files- modules/deepl_api.py +2 -2
modules/deepl_api.py
CHANGED
|
@@ -7,8 +7,8 @@ import gradio as gr
|
|
| 7 |
from modules.subtitle_manager import *
|
| 8 |
|
| 9 |
"""
|
| 10 |
-
This is written
|
| 11 |
-
If you want to know the information of DeepL API, see here: https://www.deepl.com/docs-api/documents
|
| 12 |
"""
|
| 13 |
|
| 14 |
DEEPL_AVAILABLE_TARGET_LANGS = {
|
|
|
|
| 7 |
from modules.subtitle_manager import *
|
| 8 |
|
| 9 |
"""
|
| 10 |
+
This is written with reference to the DeepL API documentation.
|
| 11 |
+
If you want to know the information of the DeepL API, see here: https://www.deepl.com/docs-api/documents
|
| 12 |
"""
|
| 13 |
|
| 14 |
DEEPL_AVAILABLE_TARGET_LANGS = {
|