Raiff1982 commited on
Commit
89aa96e
·
verified ·
1 Parent(s): 31b09db

Update AICoreAGIX_with_TB.py

Browse files
Files changed (1) hide show
  1. 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
- async def shutdown(self):
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()