TheXeos commited on
Commit
92a12c8
·
1 Parent(s): d49b433

change repo to fetch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from huggingface_hub import HfApi
12
 
13
  def get_dataset_classes():
14
  hf_api = HfApi()
15
- info = hf_api.dataset_info(repo_id="simenv-explorer/shapenetcore-glb")
16
  dataset_classes = defaultdict(list)
17
 
18
  for file in info.siblings:
 
12
 
13
  def get_dataset_classes():
14
  hf_api = HfApi()
15
+ info = hf_api.dataset_info(repo_id="simenv-explorer/public-test")
16
  dataset_classes = defaultdict(list)
17
 
18
  for file in info.siblings: