Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -209,6 +209,6 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
|
|
209 |
|
210 |
# Launch the Gradio app
|
211 |
if __name__ == "__main__":
|
212 |
-
pipeline = TrellisTextTo3DPipeline.from_pretrained("
|
213 |
pipeline.cuda()
|
214 |
demo.launch()
|
|
|
209 |
|
210 |
# Launch the Gradio app
|
211 |
if __name__ == "__main__":
|
212 |
+
pipeline = TrellisTextTo3DPipeline.from_pretrained("cavargas10/TRELLIS-text-xlarge")
|
213 |
pipeline.cuda()
|
214 |
demo.launch()
|