Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
282 |
|
283 |
# Lanzar la aplicación Gradio
|
284 |
if __name__ == "__main__":
|
285 |
-
pipeline = TrellisImageTo3DPipeline.from_pretrained("
|
286 |
pipeline.cuda()
|
287 |
try:
|
288 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Precargar rembg
|
|
|
282 |
|
283 |
# Lanzar la aplicación Gradio
|
284 |
if __name__ == "__main__":
|
285 |
+
pipeline = TrellisImageTo3DPipeline.from_pretrained("cavargas10/TRELLIS")
|
286 |
pipeline.cuda()
|
287 |
try:
|
288 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Precargar rembg
|