dwb2023 commited on
Commit
14de20d
Β·
verified Β·
1 Parent(s): 3a71ea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -185,11 +185,13 @@ yt_transcribe_interface = gr.Interface(
185
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
186
  ],
187
  outputs="text",
188
- title="Whisper Large V3: Transcribe YouTube",
189
  description=(
190
- "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
191
- f" [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe video files of"
192
- " arbitrary length."
 
 
193
  ),
194
  allow_flagging="never",
195
  )
 
185
  gr.Radio(["transcribe", "translate"], label="Task", value="transcribe"),
186
  ],
187
  outputs="text",
188
+ title="πŸ‘‚πŸ‘οΈπŸ‘…πŸ‘ƒβœ‹ KnowledgeScribe πŸ“ πŸ§ πŸ’‘πŸŽ“πŸš€",
189
  description=(
190
+ f"""**KnowledgeScribe** is your all-in-one transcription and summarization tool designed to extract and distill knowledge from various sources, including YouTube videos and Arxiv papers.
191
+ f"\n\nCurrently leverages the following datasets and models:
192
+ \n- [{DATASET_NAME}](https://huggingface.co/{DATASET_NAME_NAME})"
193
+ \n- [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME})"
194
+ """
195
  ),
196
  allow_flagging="never",
197
  )