xrg commited on
Commit
3a7d40d
·
1 Parent(s): 10fca03
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -34,8 +34,8 @@ GRADIO_OBJ_SHADING_PATH = 'gradio_output_shading.obj'
34
 
35
  #opt = tyro.cli(AllConfigs)
36
 
37
- #ckpt_path = hf_hub_download(repo_id="rgxie/LDM", filename="LDM6v01.ckpt")
38
- ckpt_path = '/ssd3/xrg/tensor23d/pretrained/last_6view_0610_14.ckpt'
39
 
40
  opt = Options(
41
  input_size=512,
 
34
 
35
  #opt = tyro.cli(AllConfigs)
36
 
37
+ ckpt_path = hf_hub_download(repo_id="rgxie/LDM", filename="LDM6v01.ckpt")
38
+ #ckpt_path = '/ssd3/xrg/tensor23d/pretrained/last_6view_0610_14.ckpt'
39
 
40
  opt = Options(
41
  input_size=512,