Spaces:
Runtime error
Runtime error
ANYANTUDRE
commited on
Commit
·
138a0f7
1
Parent(s):
7dca967
fixed small bug again :(
Browse files
goai_helpers/goai_stt_ttt_pipeline.py
CHANGED
@@ -35,7 +35,7 @@ def goai_stt_ttt(
|
|
35 |
# 2. TTT: Translation mos ==> fr
|
36 |
fr_text = goai_traduction(
|
37 |
mos_text,
|
38 |
-
src_lang="
|
39 |
-
tgt_lang="
|
40 |
)
|
41 |
yield mos_text, fr_text
|
|
|
35 |
# 2. TTT: Translation mos ==> fr
|
36 |
fr_text = goai_traduction(
|
37 |
mos_text,
|
38 |
+
src_lang="mos_Latn",
|
39 |
+
tgt_lang="fra_Latn"
|
40 |
)
|
41 |
yield mos_text, fr_text
|