Mayur2 commited on
Commit
7c42c58
·
1 Parent(s): 7433736

Update app.py

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