Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ class BasicAgent:
|
|
| 46 |
planning_interval=2,
|
| 47 |
#additional_authorized_imports=["json", "from PIL import Image, ImageDraw, ImageFont", "import matplotlib.pyplot as plt", "from typing import List, Dict"],
|
| 48 |
#managed_agents=[detection_agent]
|
| 49 |
-
description="Solves the task"
|
| 50 |
)
|
| 51 |
|
| 52 |
fixed_answer = agent
|
|
|
|
| 46 |
planning_interval=2,
|
| 47 |
#additional_authorized_imports=["json", "from PIL import Image, ImageDraw, ImageFont", "import matplotlib.pyplot as plt", "from typing import List, Dict"],
|
| 48 |
#managed_agents=[detection_agent]
|
| 49 |
+
#description="Solves the task"
|
| 50 |
)
|
| 51 |
|
| 52 |
fixed_answer = agent
|