tommy24 commited on
Commit
4d4da2e
·
1 Parent(s): 22d404b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "content" + max_label}
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={