Spaces:
Runtime error
Runtime error
Commit
·
f6df270
1
Parent(s):
a6ca086
final_commit
Browse files- __pycache__/main.cpython-39.pyc +0 -0
- 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
|
181 |
-
|
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
|