Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,6 +55,8 @@ def video_to_translate(file_obj,initial_language,final_language):
|
|
55 |
translator = Translator()
|
56 |
print("-----------Step 2-----------")
|
57 |
print("text=",text)
|
|
|
|
|
58 |
translation = translator.translate(text, dest=lang)
|
59 |
print("-----------Step 3-----------")
|
60 |
#translation.text
|
|
|
55 |
translator = Translator()
|
56 |
print("-----------Step 2-----------")
|
57 |
print("text=",text)
|
58 |
+
|
59 |
+
text= "this pandemic is shaking up the status quo and laid bare a lot of our country's deep-seated problems from massive economic inequality to ongoing racial disparities to a lack of basic healthcare for people who need it it's woken up to the fact that the old ways of doing things just don't work that it doesn't matter how much money you make if everyone around you is hungry and sick and that our society and our democracy only work when we think about ourselves but about each other in all those adults"
|
60 |
translation = translator.translate(text, dest=lang)
|
61 |
print("-----------Step 3-----------")
|
62 |
#translation.text
|