nktssk commited on
Commit
f485c44
·
verified ·
1 Parent(s): 32ea06e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def process_landmark(landmark):
157
  print(summary)
158
  tr = translator(summary, max_length=1000)[0]["translation_text"]
159
  print('Translated text: ')
160
- print(sm)
161
  return text_to_speech(tr)
162
 
163
  def process_image_clip(image):
 
157
  print(summary)
158
  tr = translator(summary, max_length=1000)[0]["translation_text"]
159
  print('Translated text: ')
160
+ print(tr)
161
  return text_to_speech(tr)
162
 
163
  def process_image_clip(image):