Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ def classify(image_path):
|
|
60 |
print("\nWays to dispose of this waste: " + max_label)
|
61 |
payload = [
|
62 |
state,
|
63 |
-
{"role": "user", "content":
|
64 |
]
|
65 |
|
66 |
response = requests.post(host, json={
|
|
|
60 |
print("\nWays to dispose of this waste: " + max_label)
|
61 |
payload = [
|
62 |
state,
|
63 |
+
{"role": "user", "content": content + max_label}
|
64 |
]
|
65 |
|
66 |
response = requests.post(host, json={
|