Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks() as demo_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:
|
173 |
with gr.Row():
|
|
|
167 |
# inputs=[input_audio, target_language],
|
168 |
# outputs=output_text,
|
169 |
# api_name="asr",
|
170 |
+
# )
|
171 |
|
172 |
with gr.Blocks() as demo_asr_rnnt:
|
173 |
with gr.Row():
|