tommy24 commited on
Commit
0b705a8
·
1 Parent(s): e50b7ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -563,7 +563,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
563
  Textbox2_edited.append(UserInput)
564
  print(UserInput)
565
  print("appending")
566
- messages.append({"role": "user", "content": UserInput})
567
 
568
  # Pop earlier messages if there are more than 10
569
  # if UserInput.lower() == "clear history":
@@ -589,6 +589,8 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
589
  messages.append({"role": "user", "content": content + " " + max_label})
590
  print("IMAGE messages after appending:", messages)
591
 
 
 
592
  header = {
593
  "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
594
  "Content-Type": "application/json",
 
563
  Textbox2_edited.append(UserInput)
564
  print(UserInput)
565
  print("appending")
566
+ # messages.append({"role": "user", "content": UserInput})
567
 
568
  # Pop earlier messages if there are more than 10
569
  # if UserInput.lower() == "clear history":
 
589
  messages.append({"role": "user", "content": content + " " + max_label})
590
  print("IMAGE messages after appending:", messages)
591
 
592
+ print("Message list of image:", messages)
593
+
594
  header = {
595
  "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
596
  "Content-Type": "application/json",