Update modules/translation/nllb_inference.py
Browse files
modules/translation/nllb_inference.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
import os
|
4 |
|
5 |
from modules.utils.paths import TRANSLATION_OUTPUT_DIR, NLLB_MODELS_DIR
|
6 |
-
|
7 |
|
8 |
|
9 |
class NLLBInference(TranslationBase):
|
|
|
3 |
import os
|
4 |
|
5 |
from modules.utils.paths import TRANSLATION_OUTPUT_DIR, NLLB_MODELS_DIR
|
6 |
+
from modules.translation.translation_base import TranslationBase
|
7 |
|
8 |
|
9 |
class NLLBInference(TranslationBase):
|