Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ mf_transcribe = gr.Interface(
|
|
75 |
],
|
76 |
outputs="text",
|
77 |
layout="horizontal",
|
78 |
-
theme="
|
79 |
title="Whisper Large V2: Transcribe Audio",
|
80 |
description=(
|
81 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
@@ -93,7 +93,7 @@ yt_transcribe = gr.Interface(
|
|
93 |
],
|
94 |
outputs=["html", "text"],
|
95 |
layout="horizontal",
|
96 |
-
theme="
|
97 |
title="Whisper Large V2: Transcribe YouTube",
|
98 |
description=(
|
99 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
|
|
75 |
],
|
76 |
outputs="text",
|
77 |
layout="horizontal",
|
78 |
+
theme="gradio/seafoam",
|
79 |
title="Whisper Large V2: Transcribe Audio",
|
80 |
description=(
|
81 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
93 |
],
|
94 |
outputs=["html", "text"],
|
95 |
layout="horizontal",
|
96 |
+
theme="gradio/seafoam",
|
97 |
title="Whisper Large V2: Transcribe YouTube",
|
98 |
description=(
|
99 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|