Update app.py
Browse files
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(
|
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):
|