Datasets:
Sayali9141
commited on
Commit
•
a4171d3
1
Parent(s):
085e411
Update signals.py
Browse files- signals.py +1 -1
signals.py
CHANGED
@@ -37,7 +37,7 @@ _URL = "https://github.com/Sayali-pingle/HuggingFace--Traffic-Image-Dataset/blob
|
|
37 |
class TrafficImages(datasets.GeneratorBasedBuilder):
|
38 |
"""TODO: Short description of my dataset."""
|
39 |
|
40 |
-
_URLS = _URLS
|
41 |
VERSION = datasets.Version("1.1.0")
|
42 |
|
43 |
def _info(self):
|
|
|
37 |
class TrafficImages(datasets.GeneratorBasedBuilder):
|
38 |
"""TODO: Short description of my dataset."""
|
39 |
|
40 |
+
#_URLS = _URLS
|
41 |
VERSION = datasets.Version("1.1.0")
|
42 |
|
43 |
def _info(self):
|