Spaces:
Sleeping
Sleeping
Update prompts.yaml
Browse files- prompts.yaml +1 -2
prompts.yaml
CHANGED
@@ -21,8 +21,7 @@
|
|
21 |
Task: "Generate an image of the oldest person in this document."
|
22 |
|
23 |
Thought: I will proceed step by step and use the following tools: `document_qa` to find the oldest person in the document, then `image_generator` to generate an image according to the answer.
|
24 |
-
Code
|
25 |
-
:
|
26 |
```py
|
27 |
answer = document_qa(document=document, question="Who is the oldest person mentioned?")
|
28 |
print(answer)
|
|
|
21 |
Task: "Generate an image of the oldest person in this document."
|
22 |
|
23 |
Thought: I will proceed step by step and use the following tools: `document_qa` to find the oldest person in the document, then `image_generator` to generate an image according to the answer.
|
24 |
+
Code:
|
|
|
25 |
```py
|
26 |
answer = document_qa(document=document, question="Who is the oldest person mentioned?")
|
27 |
print(answer)
|