Spaces:
Running
Running
Update app.py
Browse files
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("
|
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:
|