Update app.py
Browse files
app.py
CHANGED
@@ -214,12 +214,6 @@ with gr.Blocks(
|
|
214 |
fn=transcribe,
|
215 |
inputs = [audio_file],
|
216 |
outputs = [chat_input]
|
217 |
-
)
|
218 |
-
|
219 |
-
repeat_button.click(
|
220 |
-
fn=None,
|
221 |
-
inputs = None,
|
222 |
-
outputs = None
|
223 |
)
|
224 |
|
225 |
demo.queue()
|
|
|
214 |
fn=transcribe,
|
215 |
inputs = [audio_file],
|
216 |
outputs = [chat_input]
|
|
|
|
|
|
|
|
|
|
|
|
|
217 |
)
|
218 |
|
219 |
demo.queue()
|