Update GIMP evaluation examples to replace local file paths with cloud file URLs for consistency and accessibility. (#372)
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
],
|
],
|
||||||
"func": "check_image_mirror",
|
"func": "check_image_mirror",
|
||||||
"expected": {
|
"expected": {
|
||||||
"type": "vm_file",
|
"type": "cloud_file",
|
||||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/72f83cdc-bf76-4531-9a1b-eb893a13f8aa/berry.jpeg",
|
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/72f83cdc-bf76-4531-9a1b-eb893a13f8aa/berry.jpeg",
|
||||||
"dest": "berry.png"
|
"dest": "berry.png"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -32,8 +32,8 @@
|
|||||||
"evaluator": {
|
"evaluator": {
|
||||||
"func": "check_file_exists_and_structure_sim",
|
"func": "check_file_exists_and_structure_sim",
|
||||||
"expected": {
|
"expected": {
|
||||||
"type": "vm_file",
|
"type": "cloud_file",
|
||||||
"path": "/home/user/Desktop/The_Lost_River_Of_Dreams.jpg",
|
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/gimp/77b8ab4d-994f-43ac-8930-8ca087d7c4b4/The_Lost_River_Of_Dreams.jpg",
|
||||||
"dest": "The_Lost_River_Of_Dreams.jpg"
|
"dest": "The_Lost_River_Of_Dreams.jpg"
|
||||||
},
|
},
|
||||||
"result": {
|
"result": {
|
||||||
|
|||||||
Reference in New Issue
Block a user