cavargas10 commited on
Commit
0de801f
·
verified ·
1 Parent(s): cd98eef

Update app.py

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