tommy24 commited on
Commit
abe2837
·
1 Parent(s): bfaebe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -416,7 +416,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
416
  }).json()
417
  print("RESPONSE TRY",response.content)
418
  except:
419
- response = requests.post(host, headers=headers, json={
420
  "messages": messages,
421
  "model": model_llm
422
  })
 
416
  }).json()
417
  print("RESPONSE TRY",response.content)
418
  except:
419
+ response = requests.post(host, headers=header, json={
420
  "messages": messages,
421
  "model": model_llm
422
  })