tommy24 commited on
Commit
d43e0c2
·
verified ·
1 Parent(s): 50888a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -744,6 +744,7 @@ messages = [
744
  messages.clear()
745
 
746
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
 
747
  messages.append(
748
  {"role": "system", "content": system}
749
  )
 
744
  messages.clear()
745
 
746
  def classify(platform, UserInput, Images, Textbox2, Textbox3):
747
+ print("MODELLL:", model_llm)
748
  messages.append(
749
  {"role": "system", "content": system}
750
  )