Spaces:
Running
Running
Added [FIXED] keyword ;)
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ Speak one of the wake-words into your mic and watch its score spike!
|
|
| 80 |
|
| 81 |
iface = gr.Interface(
|
| 82 |
fn=process_audio,
|
| 83 |
-
title="openWakeWord Live Demo",
|
| 84 |
description=description,
|
| 85 |
inputs=[
|
| 86 |
gr.Audio(sources=["microphone"], type="numpy", streaming=True, show_label=False),
|
|
|
|
| 80 |
|
| 81 |
iface = gr.Interface(
|
| 82 |
fn=process_audio,
|
| 83 |
+
title="openWakeWord Live Demo [FIXED]",
|
| 84 |
description=description,
|
| 85 |
inputs=[
|
| 86 |
gr.Audio(sources=["microphone"], type="numpy", streaming=True, show_label=False),
|