makaveli10 commited on
Commit
d4294c9
1 Parent(s): 6e3682e

add run_client script to start client

Browse files
Files changed (1) hide show
  1. run_client.py +7 -0
run_client.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ from whisper_live.client import TranscriptionClient
2
+
3
+ if __name__ == "__main__":
4
+ client = TranscriptionClient(
5
+ "0.0.0.0", "6006", is_multilingual=False, lang="en", translate=False
6
+ )
7
+ client() # uses microphone audio