Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -52,5 +52,4 @@ gr.Interface(
|
|
52 |
inputs=[
|
53 |
gr.inputs.Audio(source="microphone", type="filepath")
|
54 |
],
|
55 |
-
outputs=["text"]
|
56 |
-
live=True).launch(share=True)
|
|
|
52 |
inputs=[
|
53 |
gr.inputs.Audio(source="microphone", type="filepath")
|
54 |
],
|
55 |
+
outputs=["text"]).launch(share=True)
|
|