Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -402,6 +402,8 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
402 |
print("\nWays to dispose of this waste: " + max_label)
|
403 |
messages.append({"role": "user", "content": content + " " + max_label})
|
404 |
|
|
|
|
|
405 |
headers = {
|
406 |
"Content-Type": "application/json",
|
407 |
"Authorization": f"Bearer {auth}"
|
|
|
402 |
print("\nWays to dispose of this waste: " + max_label)
|
403 |
messages.append({"role": "user", "content": content + " " + max_label})
|
404 |
|
405 |
+
print("IMAGE messages after appending:", messages)
|
406 |
+
|
407 |
headers = {
|
408 |
"Content-Type": "application/json",
|
409 |
"Authorization": f"Bearer {auth}"
|