Akash Garg commited on
Commit
4586de6
·
1 Parent(s): 616f571

config path update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ if __name__=="__main__":
118
  repo_id="Roblox/cube3d-v0.1",
119
  local_dir="./model_weights"
120
  )
121
- config_path = "./model_weights/shape_tokenizer.safetensors"
122
  gpt_ckpt_path = "./model_weights/shape_gpt.safetensors"
123
  shape_ckpt_path = "./model_weights/shape_tokenizer.safetensors"
124
  engine_fast = EngineFast(
 
118
  repo_id="Roblox/cube3d-v0.1",
119
  local_dir="./model_weights"
120
  )
121
+ config_path = args.config_path
122
  gpt_ckpt_path = "./model_weights/shape_gpt.safetensors"
123
  shape_ckpt_path = "./model_weights/shape_tokenizer.safetensors"
124
  engine_fast = EngineFast(