dineshb commited on
Commit
ab2e021
Β·
1 Parent(s): 7305b0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -67,7 +67,7 @@ mf_transcribe = gr.Interface(
67
  outputs="text",
68
  layout="horizontal",
69
  theme="huggingface",
70
- title="Whisper Demo: Transcribe Audio",
71
  description=(
72
  "Transcribe long-form microphone or audio inputs with the click of a button!"
73
  ),
@@ -80,7 +80,7 @@ yt_transcribe = gr.Interface(
80
  outputs=["html", "text"],
81
  layout="horizontal",
82
  theme="huggingface",
83
- title="Whisper Demo: Transcribe YouTube",
84
  description=(
85
  "Transcribe long-form YouTube videos with the click of a button! "
86
  ),
 
67
  outputs="text",
68
  layout="horizontal",
69
  theme="huggingface",
70
+ title="Speech to Text using Open AI",
71
  description=(
72
  "Transcribe long-form microphone or audio inputs with the click of a button!"
73
  ),
 
80
  outputs=["html", "text"],
81
  layout="horizontal",
82
  theme="huggingface",
83
+ title="Speech to Text using Open AI Transcribe YouTube",
84
  description=(
85
  "Transcribe long-form YouTube videos with the click of a button! "
86
  ),