Move inference onto the API

This commit is contained in:
2026-01-05 16:54:25 +01:00
parent e457fc6be8
commit 9e0d586f6a
15 changed files with 55 additions and 48 deletions

View File

@@ -44,7 +44,7 @@ api_broker = MQTTService(
password=api_password,
)
game_controller = GameController(app, api_broker)
game_controller = GameController(app, "https://192.168.15.125:1880/party/image", api_broker)
if __name__ == "__main__":