Spaces:
Runtime error
Runtime error
CarlCochet
commited on
Commit
•
9fe0c24
1
Parent(s):
c27a247
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from huggingface_hub import HfApi, hf_hub_download
|
|
5 |
|
6 |
|
7 |
HUB_TOKEN = os.getenv("HUB_TOKEN")
|
8 |
-
REPO_ID = "
|
9 |
|
10 |
|
11 |
def get_dataset_classes():
|
|
|
5 |
|
6 |
|
7 |
HUB_TOKEN = os.getenv("HUB_TOKEN")
|
8 |
+
REPO_ID = "ShapeNet/shapenetcore-gltf"
|
9 |
|
10 |
|
11 |
def get_dataset_classes():
|