Update app.py
Browse files
app.py
CHANGED
|
@@ -152,9 +152,9 @@ def upload_and_process(image, promptText, promptImg, lens_option, n_images, size
|
|
| 152 |
if items[0][0]=='primary':
|
| 153 |
primary=items[0][1]
|
| 154 |
elif items[0][0]=='headline':
|
| 155 |
-
headline=items[0][1]
|
| 156 |
elif items[0][0]=='description':
|
| 157 |
-
description=items[0][1]
|
| 158 |
|
| 159 |
|
| 160 |
# json_string = responses.strip()
|
|
|
|
| 152 |
if items[0][0]=='primary':
|
| 153 |
primary=items[0][1]
|
| 154 |
elif items[0][0]=='headline':
|
| 155 |
+
headline=items[0][1]
|
| 156 |
elif items[0][0]=='description':
|
| 157 |
+
description=items[0][1]
|
| 158 |
|
| 159 |
|
| 160 |
# json_string = responses.strip()
|