tommy24 commited on
Commit
854226e
·
1 Parent(s): b019779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def classify(image_path, Textbox2, Textbox3):
77
  )
78
 
79
  response = requests.post(host, json={
80
- "messages": payload,
81
  "model": model_llm,
82
  "temperature": 0.5,
83
  "presence_penalty": 0,
 
77
  )
78
 
79
  response = requests.post(host, json={
80
+ "messages": messages,
81
  "model": model_llm,
82
  "temperature": 0.5,
83
  "presence_penalty": 0,