ruslanmv commited on
Commit
ac5afe5
1 Parent(s): ba453c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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"
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