dineshb commited on
Commit
2ae49f4
·
1 Parent(s): f8f3e74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ yt_transcribe = gr.Interface(
94
  outputs=["html", "text"],
95
  layout="horizontal",
96
  theme="huggingface",
97
- title="Speech to Text ",
98
  description=(
99
  "Transcribe YouTube Videos to Text"
100
  ),
 
94
  outputs=["html", "text"],
95
  layout="horizontal",
96
  theme="huggingface",
97
+ title="Speech to Text Converter using OpenAI Whisper Model",
98
  description=(
99
  "Transcribe YouTube Videos to Text"
100
  ),