Update app.py
Browse files
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,
|