Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|