Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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)],
|