Spaces:
Runtime error
Runtime error
SoybeanMilk
commited on
Commit
·
a87bad5
1
Parent(s):
73779c4
Update src/translation/translationModel.py
Browse files
src/translation/translationModel.py
CHANGED
@@ -12,7 +12,7 @@ import re
|
|
12 |
from typing import Optional
|
13 |
from src.config import ModelConfig
|
14 |
from src.translation.translationLangs import TranslationLang, get_lang_from_whisper_code
|
15 |
-
|
16 |
|
17 |
class TranslationModel:
|
18 |
def __init__(
|
|
|
12 |
from typing import Optional
|
13 |
from src.config import ModelConfig
|
14 |
from src.translation.translationLangs import TranslationLang, get_lang_from_whisper_code
|
15 |
+
|
16 |
|
17 |
class TranslationModel:
|
18 |
def __init__(
|