Update README.md
Browse files
README.md
CHANGED
@@ -169,7 +169,9 @@ for text_chunk in asr.transcribe_file_streaming(args.audio_path, config):
|
|
169 |
<details>
|
170 |
<summary>Live ASR decoding from a browser using Gradio</summary>
|
171 |
|
172 |
-
|
|
|
|
|
173 |
If you run this, please note that browsers may refuse to stream audio from an insecure connection, unless it is localhost.
|
174 |
If you are running this on a remote server, you could use SSH port forwarding to expose the remote's port on your machine.
|
175 |
|
|
|
169 |
<details>
|
170 |
<summary>Live ASR decoding from a browser using Gradio</summary>
|
171 |
|
172 |
+
We want to optimize some things around the model before we create a proper HuggingFace space demonstrating live streaming on CPU.
|
173 |
+
|
174 |
+
In the mean time, this is a simple hacky demo of live ASR in the browser using Gradio's live microphone streaming feature.
|
175 |
If you run this, please note that browsers may refuse to stream audio from an insecure connection, unless it is localhost.
|
176 |
If you are running this on a remote server, you could use SSH port forwarding to expose the remote's port on your machine.
|
177 |
|