cdactvm commited on
Commit
092874a
·
verified ·
1 Parent(s): 451f968

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -323,6 +323,7 @@ demo=gr.Interface(
323
  "textbox"
324
  # #"state"
325
  ],
 
326
  title="Automatic Speech Recognition",
327
  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",
328
  ).launch()
 
323
  "textbox"
324
  # #"state"
325
  ],
326
+ allow_flagging="true",
327
  title="Automatic Speech Recognition",
328
  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",
329
  ).launch()