heheyas commited on
Commit
f1896f7
1 Parent(s): ed59274
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -274,6 +274,8 @@ if __name__ == "__main__":
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
 
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