chiyo123 commited on
Commit
13e3acf
β€’
1 Parent(s): a39f217

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -99,7 +99,7 @@ mf_transcribe = gr.Interface(
99
  outputs="text",
100
  layout="horizontal",
101
  theme="huggingface",
102
- title="Whisper Large V3: Transcribe Audio",
103
  description=(
104
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
105
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
@@ -117,7 +117,7 @@ file_transcribe = gr.Interface(
117
  outputs="text",
118
  layout="horizontal",
119
  theme="huggingface",
120
- title="Whisper Large V3: Transcribe Audio",
121
  description=(
122
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
123
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
@@ -135,7 +135,7 @@ yt_transcribe = gr.Interface(
135
  outputs=["html", "text"],
136
  layout="horizontal",
137
  theme="huggingface",
138
- title="Whisper Large V3: Transcribe YouTube",
139
  description=(
140
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
141
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe video files of"
 
99
  outputs="text",
100
  layout="horizontal",
101
  theme="huggingface",
102
+ title="Whisper-Small-Bemba: Transcribe Audio",
103
  description=(
104
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
105
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
 
117
  outputs="text",
118
  layout="horizontal",
119
  theme="huggingface",
120
+ title="Whisper-Small-Bemba: Transcribe Audio",
121
  description=(
122
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
123
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
 
135
  outputs=["html", "text"],
136
  layout="horizontal",
137
  theme="huggingface",
138
+ title="Whisper-Small-Bemba: Transcribe Audio",
139
  description=(
140
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
141
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe video files of"