Spaces:
Paused
Paused
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +1 -1
AICoreAGIX_with_TB.py
CHANGED
@@ -197,6 +197,6 @@ def _load_config(self, config_path: str) -> dict:
|
|
197 |
except Exception as e:
|
198 |
logger.error(f"Speech synthesis failed: {e}")
|
199 |
|
200 |
-
|
201 |
"""Closes asynchronous resources."""
|
202 |
await self.http_session.close()
|
|
|
197 |
except Exception as e:
|
198 |
logger.error(f"Speech synthesis failed: {e}")
|
199 |
|
200 |
+
async def shutdown(self):
|
201 |
"""Closes asynchronous resources."""
|
202 |
await self.http_session.close()
|