arnavagarwal78 commited on
Commit
0559112
·
verified ·
1 Parent(s): 70c2beb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,