Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -163,7 +163,7 @@ def encode_image(image_path):
|
|
163 |
|
164 |
def explain_image(base64_image):
|
165 |
text_query = '''
|
166 |
-
explain the image
|
167 |
'''
|
168 |
chat_completion = client.chat.completions.create(
|
169 |
messages=[
|
|
|
163 |
|
164 |
def explain_image(base64_image):
|
165 |
text_query = '''
|
166 |
+
explain the image according to the pakistani food item.
|
167 |
'''
|
168 |
chat_completion = client.chat.completions.create(
|
169 |
messages=[
|