ANYANTUDRE
commited on
Commit
·
7dca967
1
Parent(s):
41f9e7f
fixed small bug again :(
Browse files
goai_helpers/goai_stt_ttt_pipeline.py
CHANGED
@@ -29,7 +29,7 @@ def goai_stt_ttt(
|
|
29 |
batch_size,
|
30 |
chunk_length_s,
|
31 |
stride_length_s
|
32 |
-
)
|
33 |
yield mos_text, None
|
34 |
|
35 |
# 2. TTT: Translation mos ==> fr
|
|
|
29 |
batch_size,
|
30 |
chunk_length_s,
|
31 |
stride_length_s
|
32 |
+
)[0]
|
33 |
yield mos_text, None
|
34 |
|
35 |
# 2. TTT: Translation mos ==> fr
|