Ngoufack commited on
Commit
1cbc079
Β·
1 Parent(s): cca4b72

hotfix 2.1

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -99,7 +99,7 @@ mf_transcribe = gr.Interface(
99
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
100
  ],
101
  outputs="text",
102
- title="Whisper Large V3 Turbo: 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"
@@ -115,7 +115,7 @@ file_transcribe = gr.Interface(
115
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
116
  ],
117
  outputs="text",
118
- title="Whisper Large V3: Transcribe Audio",
119
  description=(
120
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
121
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
@@ -131,7 +131,7 @@ yt_transcribe = gr.Interface(
131
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
132
  ],
133
  outputs=["html", "text"],
134
- title="Whisper Large V3: Transcribe YouTube",
135
  description=(
136
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
137
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe video files of"
 
99
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
100
  ],
101
  outputs="text",
102
+ title="VerbaLend Demo 1 : Prototype",
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"
 
115
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
116
  ],
117
  outputs="text",
118
+ title="VerbaLend Demo 1 : Prototype",
119
  description=(
120
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
121
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
 
131
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe")
132
  ],
133
  outputs=["html", "text"],
134
+ title="VerbaLend Demo 1 : Prototype",
135
  description=(
136
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
137
  f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe video files of"