Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -221,6 +221,6 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
221 |
|
222 |
# Launch the Gradio app
|
223 |
if __name__ == "__main__":
|
224 |
-
pipeline = TrellisTextTo3DPipeline.from_pretrained("
|
225 |
pipeline.cuda()
|
226 |
demo.launch()
|
|
|
221 |
|
222 |
# Launch the Gradio app
|
223 |
if __name__ == "__main__":
|
224 |
+
pipeline = TrellisTextTo3DPipeline.from_pretrained("cavargas10/TRELLIS-text-xlarge")
|
225 |
pipeline.cuda()
|
226 |
demo.launch()
|