dkatz2391 commited on
Commit
df497d3
·
verified ·
1 Parent(s): 55c1cbf
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -372,7 +372,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
372
 
373
  # Launch the Gradio app
374
  if __name__ == "__main__":
375
- pipeline = TrellisTextTo3DPipeline.from_pretrained("JeffreyXiang/TRELLIS-text-xlarge")
376
  pipeline.cuda()
377
  # Explicitly allow serving files from the base temp dir and the Gradio cache dir
378
  allowed_paths = [TMP_DIR, "/tmp/gradio"]
 
372
 
373
  # Launch the Gradio app
374
  if __name__ == "__main__":
375
+ pipeline = TrellisTextTo3DPipeline.from_pretrained("cavargas10/TRELLIS-text-xlarge")
376
  pipeline.cuda()
377
  # Explicitly allow serving files from the base temp dir and the Gradio cache dir
378
  allowed_paths = [TMP_DIR, "/tmp/gradio"]