Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
},
|