Spaces:
Running
Running
Commit
·
a57b823
1
Parent(s):
efd5a7f
remove image prompt placeholder
Browse files
app.py
CHANGED
|
@@ -72,7 +72,6 @@ Format your response as a JSON object with the following structure:
|
|
| 72 |
If there are no relevant visual elements, replace the third query with another specific detail query.
|
| 73 |
|
| 74 |
Here is the document image to analyze:
|
| 75 |
-
<image>
|
| 76 |
|
| 77 |
Generate the queries based on this image and provide the response in the specified JSON format.
|
| 78 |
Only return JSON. Don't return any extra explanation text. """
|
|
|
|
| 72 |
If there are no relevant visual elements, replace the third query with another specific detail query.
|
| 73 |
|
| 74 |
Here is the document image to analyze:
|
|
|
|
| 75 |
|
| 76 |
Generate the queries based on this image and provide the response in the specified JSON format.
|
| 77 |
Only return JSON. Don't return any extra explanation text. """
|