Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def yt_transcribe(yt_url, task):
|
|
74 |
|
75 |
return html_embed_str, text
|
76 |
|
77 |
-
demo = gr.Blocks(theme="
|
78 |
|
79 |
mf_transcribe = gr.Interface(
|
80 |
fn=transcribe,
|
@@ -84,7 +84,7 @@ mf_transcribe = gr.Interface(
|
|
84 |
],
|
85 |
outputs="text",
|
86 |
layout="horizontal",
|
87 |
-
theme="
|
88 |
title="",
|
89 |
description=(
|
90 |
""
|
@@ -102,7 +102,7 @@ file_transcribe = gr.Interface(
|
|
102 |
],
|
103 |
outputs="text",
|
104 |
layout="horizontal",
|
105 |
-
theme="
|
106 |
title="Whisper Large V3: Transcribe Audio",
|
107 |
description=(
|
108 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
@@ -120,7 +120,7 @@ yt_transcribe = gr.Interface(
|
|
120 |
],
|
121 |
outputs=["html", "text"],
|
122 |
layout="horizontal",
|
123 |
-
theme="
|
124 |
title="Whisper Large V3: Transcribe YouTube",
|
125 |
description=(
|
126 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
|
|
74 |
|
75 |
return html_embed_str, text
|
76 |
|
77 |
+
demo = gr.Blocks(theme="syddharth/gray-minimal")
|
78 |
|
79 |
mf_transcribe = gr.Interface(
|
80 |
fn=transcribe,
|
|
|
84 |
],
|
85 |
outputs="text",
|
86 |
layout="horizontal",
|
87 |
+
theme="syddharth/gray-minimal",
|
88 |
title="",
|
89 |
description=(
|
90 |
""
|
|
|
102 |
],
|
103 |
outputs="text",
|
104 |
layout="horizontal",
|
105 |
+
theme="syddharth/gray-minimal",
|
106 |
title="Whisper Large V3: Transcribe Audio",
|
107 |
description=(
|
108 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
120 |
],
|
121 |
outputs=["html", "text"],
|
122 |
layout="horizontal",
|
123 |
+
theme="syddharth/gray-minimal",
|
124 |
title="Whisper Large V3: Transcribe YouTube",
|
125 |
description=(
|
126 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|