cavargas10 commited on
Commit
a76d2a3
·
verified ·
1 Parent(s): 986896e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("JeffreyXiang/TRELLIS-text-large")
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()