Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,6 @@ with gr.Blocks() as mic_transcribe_wav2vec2:
|
|
149 |
fn=return_prediction_w2v2_mic_with_device,
|
150 |
inputs=[audio_input],
|
151 |
outputs=[output_text, download_file],
|
152 |
-
live=True
|
153 |
)
|
154 |
clear_button.click(
|
155 |
fn=clear_outputs,
|
@@ -176,7 +175,6 @@ with gr.Blocks() as file_transcribe_wav2vec2:
|
|
176 |
fn=return_prediction_w2v2_file_with_device,
|
177 |
inputs=[audio_input],
|
178 |
outputs=[output_text, download_file],
|
179 |
-
live=True
|
180 |
)
|
181 |
clear_button.click(
|
182 |
fn=clear_outputs,
|
|
|
149 |
fn=return_prediction_w2v2_mic_with_device,
|
150 |
inputs=[audio_input],
|
151 |
outputs=[output_text, download_file],
|
|
|
152 |
)
|
153 |
clear_button.click(
|
154 |
fn=clear_outputs,
|
|
|
175 |
fn=return_prediction_w2v2_file_with_device,
|
176 |
inputs=[audio_input],
|
177 |
outputs=[output_text, download_file],
|
|
|
178 |
)
|
179 |
clear_button.click(
|
180 |
fn=clear_outputs,
|