drclab commited on
Commit
72a34c4
β€’
1 Parent(s): 7050f49

Orange and Purple

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -65,7 +65,8 @@ def interface(model_name="small"):
65
  ),
66
  ],
67
  outputs=gr.Textbox(label="Transcription", lines=26),
68
- theme=gr.themes.Default(),
 
69
  title="Whisper is listening to you",
70
  #description=DESCRIPTION,
71
  allow_flagging="never",
 
65
  ),
66
  ],
67
  outputs=gr.Textbox(label="Transcription", lines=26),
68
+ #theme=gr.themes.Default(),
69
+ theme = gr.themes.Glass(primary_hue=gr.themes.colors.orange, secondary_hue=gr.themes.colors.purple),
70
  title="Whisper is listening to you",
71
  #description=DESCRIPTION,
72
  allow_flagging="never",