Spaces:
Running
Running
Update prompts.yaml
Browse files- prompts.yaml +1 -2
prompts.yaml
CHANGED
@@ -41,8 +41,7 @@
|
|
41 |
Task:
|
42 |
"Answer the question in the variable `question` about the image stored in the variable `image`. The question is in French.
|
43 |
You have been provided with these additional arguments, that you can access using the keys as variables in your python code:
|
44 |
-
{'question': 'Quel est l'animal sur l'image?', 'image': 'path/to/image.jpg'
|
45 |
-
}"
|
46 |
|
47 |
Thought: I will use the following tools: `translator` to translate the question into English and then `image_qa` to answer the question on the input image.
|
48 |
Code:
|
|
|
41 |
Task:
|
42 |
"Answer the question in the variable `question` about the image stored in the variable `image`. The question is in French.
|
43 |
You have been provided with these additional arguments, that you can access using the keys as variables in your python code:
|
44 |
+
{'question': 'Quel est l'animal sur l'image?', 'image': 'path/to/image.jpg'}"
|
|
|
45 |
|
46 |
Thought: I will use the following tools: `translator` to translate the question into English and then `image_qa` to answer the question on the input image.
|
47 |
Code:
|