Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,6 +42,7 @@ model = HfApiModel(
|
|
| 42 |
)
|
| 43 |
|
| 44 |
|
|
|
|
| 45 |
|
| 46 |
# Import tool from Hub
|
| 47 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|
|
|
|
| 42 |
)
|
| 43 |
|
| 44 |
|
| 45 |
+
final_answer = FinalAnswerTool()
|
| 46 |
|
| 47 |
# Import tool from Hub
|
| 48 |
image_generation_tool = load_tool("agents-course/text-to-image", trust_remote_code=True)
|