tommy24 commited on
Commit
d3446e2
·
1 Parent(s): 483dac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -781,7 +781,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
781
  payload = {
782
  "content": [
783
  {
784
- "prompt": user,
785
  "image": base64_image_str,
786
  }
787
  ],
 
781
  payload = {
782
  "content": [
783
  {
784
+ "prompt": "What's this image about? or What does this image contains?",
785
  "image": base64_image_str,
786
  }
787
  ],