Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ yt_transcribe = gr.Interface(
|
|
95 |
],
|
96 |
examples=[["https://www.youtube.com/watch?v=mukeSSa5GKo"]],
|
97 |
outputs=["html", "text"],
|
98 |
-
theme="huggingface",
|
99 |
title="Whisper Demo: Transcribe YouTube",
|
100 |
description=(
|
101 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|
|
|
95 |
],
|
96 |
examples=[["https://www.youtube.com/watch?v=mukeSSa5GKo"]],
|
97 |
outputs=["html", "text"],
|
|
|
98 |
title="Whisper Demo: Transcribe YouTube",
|
99 |
description=(
|
100 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the the fine-tuned checkpoint:"
|