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