Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import yaml
|
|
| 6 |
import gradio as gr
|
| 7 |
from tools.final_answer import FinalAnswerTool
|
| 8 |
|
| 9 |
-
from smolagents import
|
| 10 |
|
| 11 |
@tool
|
| 12 |
def calculator(a: int, b: int, operation: str = "multiply") -> float:
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
from tools.final_answer import FinalAnswerTool
|
| 8 |
|
| 9 |
+
from smolagents import tools
|
| 10 |
|
| 11 |
@tool
|
| 12 |
def calculator(a: int, b: int, operation: str = "multiply") -> float:
|