qbhf2 commited on
Commit
a2bfd2b
·
verified ·
1 Parent(s): 25e4fe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,8 +128,8 @@ with gr.Blocks(title="3D Garment Generator", theme=gr.themes.Default(text_size="
128
 
129
  def run_smpl():
130
  subprocess.run([
131
- "python3", "smpl_visualizer.py",
132
- "--model-path", "/Users/user/Downloads/SMPL/SMPL_julia/SMPL_FEMALE.npz"
133
  ])
134
 
135
  if __name__ == "__main__":
 
128
 
129
  def run_smpl():
130
  subprocess.run([
131
+ "python3", "custom_utils/smpl_visualizer.py",
132
+ "--model-path", "custom_utils/SMPL_FEMALE.npz"
133
  ])
134
 
135
  if __name__ == "__main__":