Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -781,7 +781,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
|
|
| 781 |
payload = {
|
| 782 |
"content": [
|
| 783 |
{
|
| 784 |
-
"prompt":
|
| 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 |
],
|