refactor: update URLs in multiple JSON files to ensure proper encoding of special characters
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"parameters": {
|
||||
"files": [
|
||||
{
|
||||
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e/Baby Justin Bieber.mp4",
|
||||
"url": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e/Baby%20Justin%20Bieber.mp4",
|
||||
"path": "/home/user/Desktop/Baby Justin Bieber.mp4"
|
||||
}
|
||||
]
|
||||
@@ -41,7 +41,7 @@
|
||||
"func": "compare_audios",
|
||||
"expected": {
|
||||
"type": "cloud_file",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e/Baby Justin Bieber.mp3",
|
||||
"path": "https://huggingface.co/datasets/xlangai/ubuntu_osworld_file_cache/resolve/main/vlc/8f080098-ddb1-424c-b438-4e96e5e4786e/Baby%20Justin%20Bieber.mp3",
|
||||
"dest": "baby_gold.mp3"
|
||||
},
|
||||
"result": {
|
||||
|
||||
Reference in New Issue
Block a user