Spaces:
Runtime error
Runtime error
File size: 139 Bytes
fb6c2da |
1 2 3 4 5 6 |
import json
def load_json(path):
with open(path,'r',encoding = 'utf-8') as fp:
data = json.load(fp)
return data['images'] |