Banafo commited on
Commit
5150994
·
verified ·
1 Parent(s): 9a22924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -194,6 +194,9 @@ def create_app():
194
 
195
  with gr.Tab("Live Microphone"):
196
  gr.Markdown("Speak into your microphone for real-time transcription")
 
 
 
197
  mic = gr.Audio(
198
  sources=["microphone"],
199
  streaming=True,
 
194
 
195
  with gr.Tab("Live Microphone"):
196
  gr.Markdown("Speak into your microphone for real-time transcription")
197
+ gr.Markdown(
198
+ "<span style='color:red'>The microphone demo doesn't always work reliably on huggingface, please try the webassembly demo or the file upload instead.</span>"
199
+ )
200
  mic = gr.Audio(
201
  sources=["microphone"],
202
  streaming=True,