cdactvm commited on
Commit
cc4f6ec
·
verified ·
1 Parent(s): 3325cab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -328,7 +328,7 @@ demo=gr.Interface(
328
  ],
329
  allow_flagging="manual",
330
  flagging_options=["Language error", "English transliteration error", "Other"],
331
- flagging_callback=hf_writer
332
  title="Automatic Speech Recognition",
333
  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",
334
  ).launch()
 
328
  ],
329
  allow_flagging="manual",
330
  flagging_options=["Language error", "English transliteration error", "Other"],
331
+ flagging_callback=hf_writer,
332
  title="Automatic Speech Recognition",
333
  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",
334
  ).launch()