Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ custom_role_conversions=None,
|
|
77 |
|
78 |
|
79 |
# Import tool from Hub
|
80 |
-
|
81 |
|
82 |
with open("prompts.yaml", 'r') as stream:
|
83 |
prompt_templates = yaml.safe_load(stream)
|
|
|
77 |
|
78 |
|
79 |
# Import tool from Hub
|
80 |
+
#google_scholar_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
81 |
|
82 |
with open("prompts.yaml", 'r') as stream:
|
83 |
prompt_templates = yaml.safe_load(stream)
|