Spaces:
Running
on
Zero
Running
on
Zero
cavaraga
Browse files
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("
|
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"]
|