add client queue

This commit is contained in:
makaveli10
2023-08-07 22:07:51 +08:00
parent 8bdc58b0de
commit 1a4775bac2
2 changed files with 99 additions and 30 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import asyncio
from whisper_live.server import TranscriptionServer
if __name__ == "__main__":
server = TranscriptionServer()
server.run("0.0.0.0", 9090)
server.run("0.0.0.0")