Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with demo:
|
|
110 |
|
111 |
with gr.Row():
|
112 |
query = gr.Textbox(label='Transcribed Text')
|
113 |
-
audio.
|
114 |
|
115 |
with gr.Row():
|
116 |
|
|
|
110 |
|
111 |
with gr.Row():
|
112 |
query = gr.Textbox(label='Transcribed Text')
|
113 |
+
audio.change(asr,audio,query)
|
114 |
|
115 |
with gr.Row():
|
116 |
|