Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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("
|
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
|