Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def calculator_tool(a:int,b:int)->int:
|
|
| 41 |
b: A valid integer
|
| 42 |
"""
|
| 43 |
c = a * b
|
| 44 |
-
return f"Output is :
|
| 45 |
|
| 46 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
| 47 |
final_answer = FinalAnswerTool()
|
|
|
|
| 41 |
b: A valid integer
|
| 42 |
"""
|
| 43 |
c = a * b
|
| 44 |
+
return f"Output is : {c}"
|
| 45 |
|
| 46 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
| 47 |
final_answer = FinalAnswerTool()
|