update GIMP examples and eval

This commit is contained in:
Siheng Zhao
2024-01-12 16:36:02 +08:00
parent b3109bf856
commit d6f694da1c
3 changed files with 35 additions and 40 deletions

View File

@@ -0,0 +1,42 @@
{
"id": "554785e9-4523-4e7a-b8e1-8016f565f56a",
"snapshot": "gimp",
"instruction": "Could you help me increase the saturation of my photo to make it more colorful?",
"source": "https://www.quora.com/How-do-I-edit-a-photo-in-GIMP",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "",
"path": "Desktop/2.png"
}
]
}
},
{
"type": "open",
"parameters": {
"path": "Desktop/2.png"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"gimp"
],
"evaluator": {
"func": "increase_saturation",
"expected": {
"type": "cloud_file",
"path": "",
"dest": "edited_colorful.png"
},
"result": {
"type": "vm_file",
"path": "Desktop/2.png",
"dest": "2.png"
}
}
}