Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ if languageSourceValue is not None:
|
|
| 34 |
languageGenerationSRTText = ""
|
| 35 |
q=0
|
| 36 |
for translationValueSecondIndex, translationValueLineOrigin in enumerate(translationValueEntireData):
|
| 37 |
-
print (translationValueSecondIndex, q,
|
| 38 |
translationValueLineOrigin = str(translationValueLineOrigin)
|
| 39 |
if q!=100:
|
| 40 |
if translationValueSecondIndex%translationValueNextStep==0:
|
|
|
|
| 34 |
languageGenerationSRTText = ""
|
| 35 |
q=0
|
| 36 |
for translationValueSecondIndex, translationValueLineOrigin in enumerate(translationValueEntireData):
|
| 37 |
+
print (translationValueSecondIndex, q, translationLanguageAmountLines, translationValueNextStep)
|
| 38 |
translationValueLineOrigin = str(translationValueLineOrigin)
|
| 39 |
if q!=100:
|
| 40 |
if translationValueSecondIndex%translationValueNextStep==0:
|