Spaces:
Running
Running
jhj0517
commited on
Commit
·
3b2080f
1
Parent(s):
5810ca7
changed module name
Browse files
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_api import DeepLAPI
|
11 |
|
12 |
class App:
|
13 |
def __init__(self, args):
|