Praveen0309 commited on
Commit
f6df270
·
1 Parent(s): a6ca086

final_commit

Browse files
Files changed (2) hide show
  1. __pycache__/main.cpython-39.pyc +0 -0
  2. main.py +2 -2
__pycache__/main.cpython-39.pyc CHANGED
Binary files a/__pycache__/main.cpython-39.pyc and b/__pycache__/main.cpython-39.pyc differ
 
main.py CHANGED
@@ -177,8 +177,8 @@ async def get_items(msg: str):
177
  if 'image' in image_cache:
178
  image = image_cache['image']
179
  # print(image)
180
- output = msg # You can directly use the `msg` parameter here
181
- # output = google_response(image, msg) # Uncomment if you have a function named google_response
182
  return output
183
  else:
184
  # return msg
 
177
  if 'image' in image_cache:
178
  image = image_cache['image']
179
  # print(image)
180
+ # output = msg
181
+ output = google_response(image, msg)
182
  return output
183
  else:
184
  # return msg