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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ mf_transcribe = gr.Interface(
80
  outputs=["text",output_2],
81
  layout="horizontal",
82
  theme="huggingface",
83
- title="Speech to Text",
84
  description= description,
85
  allow_flagging="never",
86
  )
 
80
  outputs=["text",output_2],
81
  layout="horizontal",
82
  theme="huggingface",
83
+ title="Speech to Text Converter using OpenAI Whisper Model",
84
  description= description,
85
  allow_flagging="never",
86
  )