vumichien commited on
Commit
622b557
·
1 Parent(s): a1332be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def voice_detect(audio, recongnize_text=""):
54
  return recongnize_text, recongnize_state, count_state
55
 
56
  demo = gr.Interface(
57
- title= "Greeting detection demo app",
58
  fn=voice_detect,
59
  inputs=[
60
  gr.Audio(source="microphone", type="filepath", streaming=True),
 
54
  return recongnize_text, recongnize_state, count_state
55
 
56
  demo = gr.Interface(
57
+ title= "Greeting detection demo app 🙇",
58
  fn=voice_detect,
59
  inputs=[
60
  gr.Audio(source="microphone", type="filepath", streaming=True),