Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -113,11 +113,7 @@ if __name__ == "__main__":
|
|
113 |
|
114 |
speaker_ids = hps.data.spk2id
|
115 |
speaker = list(speaker_ids.keys())[0]
|
116 |
-
theme
|
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:
|
123 |
with gr.Row(elem_id=""):
|
|
|
113 |
|
114 |
speaker_ids = hps.data.spk2id
|
115 |
speaker = list(speaker_ids.keys())[0]
|
116 |
+
theme='remilia/Ghostly'
|
|
|
|
|
|
|
|
|
117 |
|
118 |
with gr.Blocks(theme=theme) as app:
|
119 |
with gr.Row(elem_id=""):
|