Spaces:
Running
Running
jhj0517
commited on
Commit
·
5810ca7
1
Parent(s):
eef1e47
add deepl api tab
Browse files- app.py +1 -1
- modules/deepl_manager.py +0 -0
app.py
CHANGED
@@ -7,7 +7,7 @@ from modules.faster_whisper_inference import FasterWhisperInference
|
|
7 |
from modules.nllb_inference import NLLBInference
|
8 |
from ui.htmls import *
|
9 |
from modules.youtube_manager import get_ytmetas
|
10 |
-
from modules.
|
11 |
|
12 |
class App:
|
13 |
def __init__(self, args):
|
|
|
7 |
from modules.nllb_inference import NLLBInference
|
8 |
from ui.htmls import *
|
9 |
from modules.youtube_manager import get_ytmetas
|
10 |
+
from modules.deepl_manager import DeepLAPI
|
11 |
|
12 |
class App:
|
13 |
def __init__(self, args):
|
modules/deepl_manager.py
ADDED
File without changes
|