Spaces:
Runtime error
Runtime error
Commit
·
40a493a
1
Parent(s):
8834eb5
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ def yt_transcribe(yt_url, task, max_filesize=75.0):
|
|
88 |
return html_embed_str, text
|
89 |
|
90 |
|
91 |
-
demo = gr.Blocks()
|
92 |
|
93 |
mf_transcribe = gr.Interface(
|
94 |
fn=transcribe,
|
|
|
88 |
return html_embed_str, text
|
89 |
|
90 |
|
91 |
+
demo = gr.Blocks(css=css, theme="TogetherAI/Alex2")
|
92 |
|
93 |
mf_transcribe = gr.Interface(
|
94 |
fn=transcribe,
|