Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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),
|