rajag0pal commited on
Commit
487c5e5
1 Parent(s): f645719

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ def Image_to_caption(image,url, greedy = True, model = model_raw):
40
  if words.startswith("#"):
41
  list1.append(words)
42
 
43
- return list1
44
 
45
 
46
 
 
40
  if words.startswith("#"):
41
  list1.append(words)
42
 
43
+ return '\n'.join(list1)
44
 
45
 
46