Ailyth commited on
Commit
f9e4f90
1 Parent(s): 9e67411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -113,8 +113,10 @@ if __name__ == "__main__":
113
 
114
  speaker_ids = hps.data.spk2id
115
  speaker = list(speaker_ids.keys())[0]
116
- theme = gr.themes.Monochrome(
117
- neutral_hue="gray",)
 
 
118
 
119
 
120
  with gr.Blocks(theme=theme) as app:
 
113
 
114
  speaker_ids = hps.data.spk2id
115
  speaker = list(speaker_ids.keys())[0]
116
+ theme = gr.themes.Base(
117
+ primary_hue="lime",
118
+ secondary_hue=gr.themes.Color(secondary_100="#ecfccb", secondary_200="#d9f99d", secondary_300="#bef264", secondary_400="#a3e635", secondary_50="#f7fee7", secondary_500="#84cc16", secondary_600="#9ee133", secondary_700="#4d7c0f", secondary_800="#3f6212", secondary_900="#365314", secondary_950="#2f4e14"),
119
+ neutral_hue="zinc",).set(background_fill_primary_dark='*checkbox_border_color')
120
 
121
 
122
  with gr.Blocks(theme=theme) as app: