Spaces:
Runtime error
Runtime error
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,
|
|
|
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,
|