This commit is contained in:
Robert
2024-05-10 00:13:28 -07:00
parent 9bdd58f92a
commit 76e8d48c20
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# [**TL/DW: Too Long, Didnt Watch - Download, Transcribe & Summarize Videos. All automated. (public instance link)**](https://hf.co/app)
# [**TL/DW: Too Long, Didnt Watch - Download, Transcribe & Summarize Videos. All automated. (Public Demo)**](https://huggingface.co/spaces/oceansweep/Vid-Summarizer)
![License](https://img.shields.io/badge/license-apache2.0-green)

View File

@@ -1219,7 +1219,8 @@ def launch_ui(demo_mode=False):
],
title="Video Transcription and Summarization",
description="Submit a video URL for transcription and summarization.",
allow_flagging="never"
allow_flagging="never",
theme='freddyaboulton/dracula_revamped'
)
iface.launch(share=True)