cdactvm commited on
Commit
740bee7
·
verified ·
1 Parent(s): 092874a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ demo=gr.Interface(
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()
 
323
  "textbox"
324
  # #"state"
325
  ],
326
+ allow_flagging="auto",
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()