update
Browse files
app.py
CHANGED
@@ -38,5 +38,6 @@ iface = gr.Interface(
|
|
38 |
fn=speech_recognize,
|
39 |
inputs=gr.Audio(source="microphone", type='filepath'),
|
40 |
outputs="text",
|
|
|
41 |
)
|
42 |
iface.launch()
|
|
|
38 |
fn=speech_recognize,
|
39 |
inputs=gr.Audio(source="microphone", type='filepath'),
|
40 |
outputs="text",
|
41 |
+
allow_flagging="never"
|
42 |
)
|
43 |
iface.launch()
|