shripadbhat commited on
Commit
4092649
1 Parent(s): f06803b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,7 +65,7 @@ mf_transcribe = gr.Interface(
65
  outputs="text",
66
  layout="horizontal",
67
  theme="huggingface",
68
- title="Whisper Demo: Transcribe Audio",
69
  description=(
70
  "Transcribe long-form microphone or audio inputs in Hindi with the click of a button! Demo uses the the fine-tuned"
71
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
@@ -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! Demo uses the the fine-tuned checkpoint:"
86
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"
 
65
  outputs="text",
66
  layout="horizontal",
67
  theme="huggingface",
68
+ title="Whisper Demo: Transcribe Hindi Audio",
69
  description=(
70
  "Transcribe long-form microphone or audio inputs in Hindi with the click of a button! Demo uses the the fine-tuned"
71
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files"
 
80
  outputs=["html", "text"],
81
  layout="horizontal",
82
  theme="huggingface",
83
+ title="Whisper Demo: Transcribe Hindi YouTube Videos",
84
  description=(
85
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
86
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and 🤗 Transformers to transcribe audio files of"