cavargas10 commited on
Commit
6444d31
·
verified ·
1 Parent(s): 38d5569

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -263,7 +263,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
263
 
264
  # Launch the Gradio app
265
  if __name__ == "__main__":
266
- pipeline = TrellisImageTo3DPipeline.from_pretrained("JeffreyXiang/TRELLIS-image-large")
267
  pipeline.cuda()
268
  try:
269
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
 
263
 
264
  # Launch the Gradio app
265
  if __name__ == "__main__":
266
+ pipeline = TrellisImageTo3DPipeline.from_pretrained("cavargas10/TRELLIS")
267
  pipeline.cuda()
268
  try:
269
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg