Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ custom_role_conversions=None,
|
|
36 |
|
37 |
# Import tool from Hub
|
38 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
39 |
-
|
40 |
|
41 |
|
42 |
with open("prompts.yaml", 'r') as stream:
|
|
|
36 |
|
37 |
# Import tool from Hub
|
38 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
39 |
+
threed_generation_tool = load_tool("tencent/Hunyuan3D-1", trust_remote_code=True)
|
40 |
|
41 |
|
42 |
with open("prompts.yaml", 'r') as stream:
|