Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -160,13 +160,13 @@ with gr.Blocks() as demo_asr_ctc:
|
|
160 |
fn=run_asr_ctc,
|
161 |
cache_examples=CACHE_EXAMPLES,
|
162 |
api_name=False,
|
163 |
-
)
|
164 |
|
165 |
-
btn.click(
|
166 |
-
fn=run_asr_ctc,
|
167 |
-
inputs=[input_audio, target_language],
|
168 |
-
outputs=output_text,
|
169 |
-
api_name="asr",
|
170 |
)
|
171 |
|
172 |
with gr.Blocks() as demo_asr_rnnt:
|
|
|
160 |
fn=run_asr_ctc,
|
161 |
cache_examples=CACHE_EXAMPLES,
|
162 |
api_name=False,
|
163 |
+
# )
|
164 |
|
165 |
+
# btn.click(
|
166 |
+
# fn=run_asr_ctc,
|
167 |
+
# inputs=[input_audio, target_language],
|
168 |
+
# outputs=output_text,
|
169 |
+
# api_name="asr",
|
170 |
)
|
171 |
|
172 |
with gr.Blocks() as demo_asr_rnnt:
|