AilexGPT commited on
Commit
5fc3e58
1 Parent(s): a6ec80b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="ParityError/Interstellar")
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,