dwb2023 commited on
Commit
410acce
·
verified ·
1 Parent(s): af6f3d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -190,11 +190,11 @@ yt_transcribe_interface = gr.Interface(
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} dataset](https://huggingface.co/datasets/{DATASET_NAME}/viewer)
193
- \n- [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME})
194
  """
195
  ),
196
  allow_flagging="never",
197
- )https://huggingface.co/datasets/dwb2023/yt-transcripts-v3/viewer
198
 
199
  with demo:
200
  gr.TabbedInterface(
 
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} dataset](https://huggingface.co/datasets/{DATASET_NAME}/viewer)
193
+ \n- [{MODEL_NAME} model](https://huggingface.co/{MODEL_NAME})
194
  """
195
  ),
196
  allow_flagging="never",
197
+ )
198
 
199
  with demo:
200
  gr.TabbedInterface(