faizandigi009 commited on
Commit
f28bfdd
·
verified ·
1 Parent(s): f625c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def classify(audio):
26
 
27
  gr.Interface(
28
  fn=classify,
29
- inputs=gr.Audio(source="microphone", type="filepath"),
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()