Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def classify(audio):
|
|
26 |
|
27 |
gr.Interface(
|
28 |
fn=classify,
|
29 |
-
inputs=gr.Audio(
|
30 |
outputs="text",
|
31 |
title="Hey Alpha Keyword Spotting",
|
32 |
).launch()
|
|
|
26 |
|
27 |
gr.Interface(
|
28 |
fn=classify,
|
29 |
+
inputs = gr.Audio(type="filepath", label="Record from microphone"),
|
30 |
outputs="text",
|
31 |
title="Hey Alpha Keyword Spotting",
|
32 |
).launch()
|