richardzheng commited on
Commit
b60035d
·
1 Parent(s): c36f890

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def yt_transcribe(yt_url, task, return_timestamps, language, max_filesize=75.0):
110
  return html_embed_str, result['text']
111
 
112
 
113
- demo = gr.Blocks(css="footer {visibility: hidden}")
114
 
115
  mf_transcribe = gr.Interface(
116
  fn=transcribe,
 
110
  return html_embed_str, result['text']
111
 
112
 
113
+ demo = gr.Blocks(css="footer {visibility: hidden}; body {background: #f8fafc}")
114
 
115
  mf_transcribe = gr.Interface(
116
  fn=transcribe,