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",
|
||||
"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",
|
||||
"dest": "berry.png"
|
||||
},
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
"evaluator": {
|
||||
"func": "check_file_exists_and_structure_sim",
|
||||
"expected": {
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/The_Lost_River_Of_Dreams.jpg",
|
||||
"type": "cloud_file",
|
||||
"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"
|
||||
},
|
||||
"result": {
|
||||
|
||||
Reference in New Issue
Block a user