Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
| 189 |
description=(
|
| 190 |
-
"
|
| 191 |
-
f"
|
| 192 |
-
|
|
|
|
|
|
|
| 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 |
)
|