undoing commited on
Commit
2bbf9d1
·
verified ·
1 Parent(s): c8e4004

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ model_3d_generation_tool = Tool.from_space(
51
  description="Generate a 3d model from an image"
52
  )
53
 
54
- #model_3d_generation_tool = load_tool("JeffreyXiang/TRELLIS", trust_remote_code=True)
55
 
56
 
57
  with open("prompts.yaml", 'r') as stream:
 
51
  description="Generate a 3d model from an image"
52
  )
53
 
54
+ #model_3d_generation_tool = load_tool("stabilityai/stable-fast-3d", trust_remote_code=True)
55
 
56
 
57
  with open("prompts.yaml", 'r') as stream: