Update app.py
Browse files
app.py
CHANGED
|
@@ -144,14 +144,13 @@ def upload_and_process(image, promptText, promptImg, lens_option, n_images, size
|
|
| 144 |
for key, value in key_value_dict.items():
|
| 145 |
print(key + ": " + value)
|
| 146 |
items = list(key_value_dict.items())
|
| 147 |
-
|
| 148 |
-
|
| 149 |
-
|
| 150 |
-
print(
|
| 151 |
-
headline =
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
description = th
|
| 155 |
# json_string = responses.strip()
|
| 156 |
|
| 157 |
# # Add indentation and new lines after each key-value pair
|
|
|
|
| 144 |
for key, value in key_value_dict.items():
|
| 145 |
print(key + ": " + value)
|
| 146 |
items = list(key_value_dict.items())
|
| 147 |
+
description = items[0]
|
| 148 |
+
print(description)
|
| 149 |
+
primary = items[1]
|
| 150 |
+
print(primary)
|
| 151 |
+
headline = items[2]
|
| 152 |
+
print(headline)
|
| 153 |
+
|
|
|
|
| 154 |
# json_string = responses.strip()
|
| 155 |
|
| 156 |
# # Add indentation and new lines after each key-value pair
|