Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ python_tool = PythonInterpreterTool()
|
|
| 40 |
# calculator_tool = Tool.from_langchain(load_tools(["llm-math"])[0])
|
| 41 |
|
| 42 |
|
| 43 |
-
image_tool_collection = ToolCollection.from_hub("huggingface-tools/diffusion-tools-6630bb19a942c2306a2cdb6f")
|
| 44 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
| 45 |
"""
|
| 46 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|
|
|
|
| 40 |
# calculator_tool = Tool.from_langchain(load_tools(["llm-math"])[0])
|
| 41 |
|
| 42 |
|
| 43 |
+
# image_tool_collection = ToolCollection.from_hub("huggingface-tools/diffusion-tools-6630bb19a942c2306a2cdb6f")
|
| 44 |
def run_and_submit_all( profile: gr.OAuthProfile | None):
|
| 45 |
"""
|
| 46 |
Fetches all questions, runs the BasicAgent on them, submits all answers,
|