mylesai commited on
Commit
47e3af2
·
verified ·
1 Parent(s): b081e46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,8 +117,8 @@ def get_seo_tags(image_path, topical_map, attempts=0):
117
  {"topic": topic,
118
  "description": description,
119
  "caption": caption,
120
- "seo": seo tags,
121
- "alt_tag": alt tag,
122
  }
123
  """
124
  },
 
117
  {"topic": topic,
118
  "description": description,
119
  "caption": caption,
120
+ "seo": [seo],
121
+ "alt_tag": [alt tag],
122
  }
123
  """
124
  },