Spaces:
Runtime error
Runtime error
ChrisMofus
commited on
Commit
•
283cc37
1
Parent(s):
f65f370
Update text prompts
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ if uploaded_file is not None:
|
|
22 |
|
23 |
# Create inputs
|
24 |
prompts = [
|
25 |
-
"
|
26 |
]
|
27 |
images = [image]
|
28 |
inputs = processor(text=prompts, images=images, padding=True, return_tensors="pt")
|
|
|
22 |
|
23 |
# Create inputs
|
24 |
prompts = [
|
25 |
+
"Describe the image in a few sentences.",
|
26 |
]
|
27 |
images = [image]
|
28 |
inputs = processor(text=prompts, images=images, padding=True, return_tensors="pt")
|