Harthika2004 commited on
Commit
672ac95
·
verified ·
1 Parent(s): 144cc69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def predict(cap_col, img, target_language):
157
  captions.append(translated_caption)
158
 
159
  for _ in range(4):
160
- pred_caption = image_to_text(url)
161
  if pred_caption not in captions:
162
  translated_caption = translate(pred_caption, target_language)
163
  captions.append(translated_caption)
 
157
  captions.append(translated_caption)
158
 
159
  for _ in range(4):
160
+ pred_caption = image_to_text(img)
161
  if pred_caption not in captions:
162
  translated_caption = translate(pred_caption, target_language)
163
  captions.append(translated_caption)