Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ class GaiaAgent:
|
|
| 77 |
# Encourage the agent to think step-by-step in code
|
| 78 |
max_steps=20
|
| 79 |
),
|
| 80 |
-
|
| 81 |
|
| 82 |
def __call__(self, question: str) -> str:
|
| 83 |
try:
|
|
|
|
| 77 |
# Encourage the agent to think step-by-step in code
|
| 78 |
max_steps=20
|
| 79 |
),
|
| 80 |
+
|
| 81 |
|
| 82 |
def __call__(self, question: str) -> str:
|
| 83 |
try:
|