Update app.py
Browse files
app.py
CHANGED
|
@@ -167,7 +167,7 @@ def upload_and_process(image, promptText, promptImg, lens_option, n_images, size
|
|
| 167 |
# # Get and return the images
|
| 168 |
# result_images = outputGenImages(image_path, response_data)
|
| 169 |
|
| 170 |
-
text_output = f"<h2>{
|
| 171 |
|
| 172 |
return text_output#, result_images # Output should be a list of PIL Image objects or numpy arrays
|
| 173 |
|
|
|
|
| 167 |
# # Get and return the images
|
| 168 |
# result_images = outputGenImages(image_path, response_data)
|
| 169 |
|
| 170 |
+
text_output = f"<h2>{responses}</h2>"
|
| 171 |
|
| 172 |
return text_output#, result_images # Output should be a list of PIL Image objects or numpy arrays
|
| 173 |
|