Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def video_to_translate(file_obj,initial_language,final_language):
|
|
55 |
print("-----------Step 2-----------")
|
56 |
print("text=",text)
|
57 |
|
58 |
-
text= "this pandemic is shaking
|
59 |
translation = translator.translate(text, dest=lang)
|
60 |
print("-----------Step 3-----------")
|
61 |
#translation.text
|
|
|
55 |
print("-----------Step 2-----------")
|
56 |
print("text=",text)
|
57 |
|
58 |
+
text= "this pandemic is shaking "
|
59 |
translation = translator.translate(text, dest=lang)
|
60 |
print("-----------Step 3-----------")
|
61 |
#translation.text
|