mutisya commited on
Commit
33cb245
1 Parent(s): 7302b74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ model = Wav2Vec2ForCTC.from_pretrained(model_id, use_auth_token=auth_token)
61
 
62
  gradio_ui = gr.Interface(
63
  fn=transcribe,
64
- title="Kikuyu Speech Recognition",
65
  description="",
66
  inputs=[gr.Audio(source="microphone", type="filepath", optional=True, label="Record from microphone"),
67
  gr.Checkbox(label="Apply LM", value=False)],
 
61
 
62
  gradio_ui = gr.Interface(
63
  fn=transcribe,
64
+ title="Speech Recognition",
65
  description="",
66
  inputs=[gr.Audio(source="microphone", type="filepath", optional=True, label="Record from microphone"),
67
  gr.Checkbox(label="Apply LM", value=False)],