Spaces:
Configuration error
Configuration error
heheyas
commited on
Commit
·
3667a5a
1
Parent(s):
f1896f7
test
Browse files
app.py
CHANGED
|
@@ -274,8 +274,6 @@ if __name__ == "__main__":
|
|
| 274 |
test = OmegaConf.load("./scripts/pub/configs/V3D_512.yaml")
|
| 275 |
print(test)
|
| 276 |
|
| 277 |
-
exit(0)
|
| 278 |
-
|
| 279 |
def download_if_need(path, url):
|
| 280 |
if Path(path).exists():
|
| 281 |
return
|
|
|
|
| 274 |
test = OmegaConf.load("./scripts/pub/configs/V3D_512.yaml")
|
| 275 |
print(test)
|
| 276 |
|
|
|
|
|
|
|
| 277 |
def download_if_need(path, url):
|
| 278 |
if Path(path).exists():
|
| 279 |
return
|