tommy24 commited on
Commit
e8f184f
·
1 Parent(s): 5e8ceab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -412,7 +412,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
412
  "model": model_llm
413
  }).json()
414
 
415
- print("RESPONSEEEE:",response)
416
 
417
 
418
  reply = response["choices"][0]["message"]["content"]
 
412
  "model": model_llm
413
  }).json()
414
 
415
+ print(response)
416
 
417
 
418
  reply = response["choices"][0]["message"]["content"]