IsaacVal commited on
Commit
b256c9f
·
verified ·
1 Parent(s): 038d569

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 3d_generation_tool = load_tool("tencent/Hunyuan3D-1", trust_remote_code=True)
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: