Update objects.py
Browse files- objects.py +1 -1
objects.py
CHANGED
|
@@ -30,7 +30,7 @@ _DATASET_URL = "https://huggingface.co/datasets/JAWCF/objects/resolve/main/image
|
|
| 30 |
json_url = urlopen("https://huggingface.co/datasets/JAWCF/objects/resolve/main/objects.json")
|
| 31 |
DICT_DESC = json.loads(json_url.read())
|
| 32 |
|
| 33 |
-
class
|
| 34 |
|
| 35 |
def _info(self):
|
| 36 |
features = datasets.Features({
|
|
|
|
| 30 |
json_url = urlopen("https://huggingface.co/datasets/JAWCF/objects/resolve/main/objects.json")
|
| 31 |
DICT_DESC = json.loads(json_url.read())
|
| 32 |
|
| 33 |
+
class Objects(datasets.GeneratorBasedBuilder):
|
| 34 |
|
| 35 |
def _info(self):
|
| 36 |
features = datasets.Features({
|