Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,7 @@ yt_transcribe_interface = gr.Interface(
|
|
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 |
\n\nCurrently leverages the following datasets and models:
|
192 |
\n- [{DATASET_NAME}](https://huggingface.co/{DATASET_NAME})"
|
193 |
\n- [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME})"
|
|
|
187 |
outputs="text",
|
188 |
title="πποΈπ
πβ KnowledgeScribe π π§ π‘ππ",
|
189 |
description=(
|
190 |
+
f"""**KnowledgeScribe** is your all-in-one transcription and summarization tool designed to help your LLM extract and distill knowledge from various sources, including YouTube videos and Arxiv papers.
|
191 |
\n\nCurrently leverages the following datasets and models:
|
192 |
\n- [{DATASET_NAME}](https://huggingface.co/{DATASET_NAME})"
|
193 |
\n- [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME})"
|