JackismyShephard commited on
Commit
908c70b
·
1 Parent(s): 091c33b

update labels and title

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -66,11 +66,11 @@ demo = gr.Interface(
66
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
67
  gr.Checkbox(label="Return timestamps"),
68
  ],
69
- outputs=gr.Textbox(show_copy_button=True),
70
  title="Automatic Speech Recognition",
71
  description=(
72
- "Transcribe or translate long-form microphone or audio inputs with the click of a button! Demo uses the"
73
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe or translate audio files"
74
  " of arbitrary length."
75
  ),
76
  examples=[
 
66
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
67
  gr.Checkbox(label="Return timestamps"),
68
  ],
69
+ outputs=gr.Textbox(show_copy_button=True, label="Text"),
70
  title="Automatic Speech Recognition",
71
  description=(
72
+ "Transcribe or translate long-form audio file or microphone inputs with the click of a button! Demo uses the"
73
+ f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe or translate audio"
74
  " of arbitrary length."
75
  ),
76
  examples=[