Spaces:
Runtime error
Runtime error
Commit
·
81e27c5
1
Parent(s):
f2aaa96
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ file_transcribe = gr.Interface(
|
|
116 |
],
|
117 |
outputs="text",
|
118 |
layout="horizontal",
|
119 |
-
theme="
|
120 |
title="Whisper Large V3: Transcribe Audio",
|
121 |
description=(
|
122 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
@@ -134,7 +134,7 @@ yt_transcribe = gr.Interface(
|
|
134 |
],
|
135 |
outputs=["html", "text"],
|
136 |
layout="horizontal",
|
137 |
-
theme="
|
138 |
title="Whisper Large V3: Transcribe YouTube",
|
139 |
description=(
|
140 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|
|
|
116 |
],
|
117 |
outputs="text",
|
118 |
layout="horizontal",
|
119 |
+
theme="NoCrypt/[email protected]",
|
120 |
title="Whisper Large V3: Transcribe Audio",
|
121 |
description=(
|
122 |
"Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
|
|
|
134 |
],
|
135 |
outputs=["html", "text"],
|
136 |
layout="horizontal",
|
137 |
+
theme="NoCrypt/[email protected]",
|
138 |
title="Whisper Large V3: Transcribe YouTube",
|
139 |
description=(
|
140 |
"Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
|