Mayur2 commited on
Commit
5143b0e
·
1 Parent(s): 442709f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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>{json.dumps(responses, indent=2)}</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