Spaces:
Paused
Paused
File size: 235 Bytes
d4294c9 |
1 2 3 4 5 6 7 |
from whisper_live.client import TranscriptionClient
if __name__ == "__main__":
client = TranscriptionClient(
"0.0.0.0", "6006", is_multilingual=False, lang="en", translate=False
)
client() # uses microphone audio |