arabago96 commited on
Commit
10392b8
·
verified ·
1 Parent(s): 2b77a16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -429,7 +429,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
429
 
430
  # Launch the Gradio app
431
  if __name__ == "__main__":
432
- pipeline = TrellisImageTo3DPipeline.from_pretrained("arabago96/TRELLIS-backup")
433
  pipeline.cuda()
434
  try:
435
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
 
429
 
430
  # Launch the Gradio app
431
  if __name__ == "__main__":
432
+ pipeline = TrellisImageTo3DPipeline.from_pretrained("arabago96/ASM-model")
433
  pipeline.cuda()
434
  try:
435
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg