Spaces:
Running
Running
richardzheng
commited on
Commit
•
2090681
1
Parent(s):
b60035d
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,11 @@ def yt_transcribe(yt_url, task, return_timestamps, language, max_filesize=75.0):
|
|
110 |
return html_embed_str, result['text']
|
111 |
|
112 |
|
113 |
-
|
|
|
|
|
|
|
|
|
114 |
|
115 |
mf_transcribe = gr.Interface(
|
116 |
fn=transcribe,
|
|
|
110 |
return html_embed_str, result['text']
|
111 |
|
112 |
|
113 |
+
css = """
|
114 |
+
body {background: #f8fafc}
|
115 |
+
footer {visibility: hidden}
|
116 |
+
"""
|
117 |
+
demo = gr.Blocks(css=css)
|
118 |
|
119 |
mf_transcribe = gr.Interface(
|
120 |
fn=transcribe,
|