Merge pull request #31 from zoq/run-fix
Use the updated run method to start the server.
This commit is contained in:
+1
-1
@@ -3,4 +3,4 @@ from whisper_live.server import TranscriptionServer
|
||||
|
||||
if __name__ == "__main__":
|
||||
server = TranscriptionServer()
|
||||
server.run_server("0.0.0.0", 9090)
|
||||
server.run("0.0.0.0", 9090)
|
||||
|
||||
Reference in New Issue
Block a user