Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ orchestrator = AssistantAgent(
|
|
| 126 |
)
|
| 127 |
|
| 128 |
group_chat = GroupChat(
|
| 129 |
-
agents=[food_recognizer, size_estimator, nutrition_fetcher,
|
| 130 |
messages=[],
|
| 131 |
max_round=10
|
| 132 |
)
|
|
|
|
| 126 |
)
|
| 127 |
|
| 128 |
group_chat = GroupChat(
|
| 129 |
+
agents=[food_recognizer, size_estimator, nutrition_fetcher, orchestrator],
|
| 130 |
messages=[],
|
| 131 |
max_round=10
|
| 132 |
)
|