cdactvm commited on
Commit
fc31623
·
verified ·
1 Parent(s): eaa3add

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -298,10 +298,3 @@ demo=gr.Interface(
298
  title="Automatic Speech Recognition",
299
  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",
300
  ).launch()
301
-
302
-
303
-
304
-
305
-
306
-
307
-
 
298
  title="Automatic Speech Recognition",
299
  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",
300
  ).launch()