dineshb commited on
Commit
9ee742b
·
1 Parent(s): fd839c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -8
app.py CHANGED
@@ -79,11 +79,9 @@ mf_transcribe = gr.Interface(
79
  outputs=["text",output_2],
80
  layout="horizontal",
81
  theme="huggingface",
82
- title="Whisper Large V2: Transcribe Audio",
83
  description=(
84
- "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
85
- f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
86
- " of arbitrary length."
87
  ),
88
  allow_flagging="never",
89
  )
@@ -97,11 +95,9 @@ yt_transcribe = gr.Interface(
97
  outputs=["html", "text"],
98
  layout="horizontal",
99
  theme="huggingface",
100
- title="Whisper Large V2: Transcribe YouTube",
101
  description=(
102
- "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
103
- f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe video files of"
104
- " arbitrary length."
105
  ),
106
  allow_flagging="never",
107
  )
 
79
  outputs=["text",output_2],
80
  layout="horizontal",
81
  theme="huggingface",
82
+ title="Speech to Text",
83
  description=(
84
+ "Transcribe audio speeches to text!"
 
 
85
  ),
86
  allow_flagging="never",
87
  )
 
95
  outputs=["html", "text"],
96
  layout="horizontal",
97
  theme="huggingface",
98
+ title="Speech to Text ",
99
  description=(
100
+ "Transcribe YouTube Videos to Text."
 
 
101
  ),
102
  allow_flagging="never",
103
  )