Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def get_imgs_from_folder(image_files, zipfile):
|
|
163 |
return image_files
|
164 |
|
165 |
|
166 |
-
def get_seo_tags(image_path, topical_map, new_imgs, attempts=0, max_attempts=
|
167 |
'''
|
168 |
Gets the seo tags and topic/sub-topic classification for an image using OpenAI GPT-4 Vision Preview
|
169 |
Input: image path of desired file
|
|
|
163 |
return image_files
|
164 |
|
165 |
|
166 |
+
def get_seo_tags(image_path, topical_map, new_imgs, attempts=0, max_attempts=10):
|
167 |
'''
|
168 |
Gets the seo tags and topic/sub-topic classification for an image using OpenAI GPT-4 Vision Preview
|
169 |
Input: image path of desired file
|