Spaces:
Running
on
Zero
Running
on
Zero
update dataset UI
Browse files
app.py
CHANGED
@@ -51,13 +51,15 @@ DATASETS = {
|
|
51 |
('microsoft/cats_vs_dogs', None),
|
52 |
('Robotkid2696/food_classification', 20),
|
53 |
],
|
|
|
|
|
|
|
54 |
'Face': [
|
55 |
('nielsr/CelebA-faces', None),
|
56 |
('huggan/anime-faces', None),
|
57 |
],
|
58 |
'Pose': [
|
59 |
('sayakpaul/poses-controlnet-dataset', None),
|
60 |
-
('EgoThink/EgoThink', None),
|
61 |
('razdab/sign_pose_M', None),
|
62 |
('Fiacre/small-animal-poses-controlnet-dataset', None),
|
63 |
('junjuice0/vtuber-tachi-e', None),
|
|
|
51 |
('microsoft/cats_vs_dogs', None),
|
52 |
('Robotkid2696/food_classification', 20),
|
53 |
],
|
54 |
+
'Ego': [
|
55 |
+
('EgoThink/EgoThink', None),
|
56 |
+
],
|
57 |
'Face': [
|
58 |
('nielsr/CelebA-faces', None),
|
59 |
('huggan/anime-faces', None),
|
60 |
],
|
61 |
'Pose': [
|
62 |
('sayakpaul/poses-controlnet-dataset', None),
|
|
|
63 |
('razdab/sign_pose_M', None),
|
64 |
('Fiacre/small-animal-poses-controlnet-dataset', None),
|
65 |
('junjuice0/vtuber-tachi-e', None),
|