Spaces:
Build error
Build error
Alex Lau
commited on
Commit
•
7d3d587
1
Parent(s):
8bc9869
add dietnerf chair scene to Space
Browse files- demo/src/config.py +2 -2
demo/src/config.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# for downloading model from google drive
|
2 |
-
FILE_ID = "
|
3 |
MODEL_DIR = 'models'
|
4 |
-
MODEL_NAME = '
|
5 |
|
6 |
|
7 |
class NerfConfig:
|
|
|
1 |
# for downloading model from google drive
|
2 |
+
FILE_ID = "17dj0pQieo94TozFv-noSBkXebduij1aM"
|
3 |
MODEL_DIR = 'models'
|
4 |
+
MODEL_NAME = 'diet_nerf_chair'
|
5 |
|
6 |
|
7 |
class NerfConfig:
|