cdactvm commited on
Commit
759cb88
·
verified ·
1 Parent(s): 7aaf14b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ code_to_word_map = {v: k for k, v in word_to_code_map.items()}
310
  # description = "Demo for Automatic Speech Recognition. Use microphone to record speech. Please press Record button. Initially it will take some time to load the model. The recognized text will appear in the output textbox",
311
  # ).launch()
312
 
313
- ######################################################
314
  demo=gr.Interface(
315
  fn=sel_lng,
316
 
 
310
  # description = "Demo for Automatic Speech Recognition. Use microphone to record speech. Please press Record button. Initially it will take some time to load the model. The recognized text will appear in the output textbox",
311
  # ).launch()
312
 
313
+ ######################################################
314
  demo=gr.Interface(
315
  fn=sel_lng,
316