jamesbright commited on
Commit
251a01e
·
verified ·
1 Parent(s): d145b43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
  import json
3
- from smolagents import CodeAgent,
4
  tool, Tool, FinalAnswerTool, HfApiModel, load_tool
5
 
6
  final_answer = FinalAnswerTool()
@@ -33,6 +33,7 @@ class ProjectScopingTool(Tool):
33
  "type": "number",
34
  "description": "The expected duration of the project in months.",
35
  },
 
36
  }
37
 
38
  output_type = "object"
 
1
  import gradio as gr
2
  import json
3
+ from smolagents import CodeAgent
4
  tool, Tool, FinalAnswerTool, HfApiModel, load_tool
5
 
6
  final_answer = FinalAnswerTool()
 
33
  "type": "number",
34
  "description": "The expected duration of the project in months.",
35
  },
36
+
37
  }
38
 
39
  output_type = "object"