mirohristov commited on
Commit
afec200
·
verified ·
1 Parent(s): fb4f4cb

Added [FIXED] keyword ;)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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),