sdelangen commited on
Commit
58e6e61
1 Parent(s): 416616e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- This is a simple hacky demo of live ASR in the browser using Gradio's live microphone streaming feature.
 
 
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