Spaces:
Runtime error
Runtime error
Commit
·
d9b4dbe
1
Parent(s):
3e5acc8
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(title='Talk to chatGPT') as demo:
|
|
158 |
rounded=(True, True, True, True),
|
159 |
width=100
|
160 |
)
|
161 |
-
|
162 |
inputs=prompt_input_audio,
|
163 |
outputs=prompt_input
|
164 |
)
|
|
|
158 |
rounded=(True, True, True, True),
|
159 |
width=100
|
160 |
)
|
161 |
+
transcribe_btn.click(fn=transcribe,
|
162 |
inputs=prompt_input_audio,
|
163 |
outputs=prompt_input
|
164 |
)
|