heheyas commited on
Commit
1d0e93e
1 Parent(s): e1cbd75
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -291,4 +291,5 @@ if __name__ == "__main__":
291
  "ckpts/V3D_512.ckpt", "https://huggingface.co/heheyas/V3D/resolve/main/V3D.ckpt"
292
  )
293
 
 
294
  launch(opt.device, opt.port, opt.share)
 
291
  "ckpts/V3D_512.ckpt", "https://huggingface.co/heheyas/V3D/resolve/main/V3D.ckpt"
292
  )
293
 
294
+ test = OmegaConf.load("./scripts/pub/configs/V3D_512.yaml")
295
  launch(opt.device, opt.port, opt.share)