Mayur2 commited on
Commit
ff5ee2b
·
1 Parent(s): 826c548

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()