ychenNLP commited on
Commit
6047608
1 Parent(s): 4f623ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,6 +124,6 @@ demo = gr.Interface(fn=asr,
124
  ],
125
  title=title,
126
  description=instruction,
127
- theme=gr.themes.Soft(neutral_hue=gr.themes.colors.zinc))
128
  demo.queue()
129
  demo.launch()
 
124
  ],
125
  title=title,
126
  description=instruction,
127
+ theme="JohnSmith9982/small_and_pretty")
128
  demo.queue()
129
  demo.launch()