navyaparesh commited on
Commit
2e56ba2
·
verified ·
1 Parent(s): 4d246ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
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: