Update chunk-t1.py
Browse files- chunk-t1.py +1 -1
chunk-t1.py
CHANGED
@@ -17,7 +17,7 @@ class Food101(datasets.GeneratorBasedBuilder):
|
|
17 |
return datasets.DatasetInfo(
|
18 |
description="TMP description",
|
19 |
homepage="google it",
|
20 |
-
citation="lmao"
|
21 |
license="dunno, tbh, assume the worst, k thx."
|
22 |
)
|
23 |
|
|
|
17 |
return datasets.DatasetInfo(
|
18 |
description="TMP description",
|
19 |
homepage="google it",
|
20 |
+
citation="lmao",
|
21 |
license="dunno, tbh, assume the worst, k thx."
|
22 |
)
|
23 |
|