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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -113,10 +113,11 @@ if __name__ == "__main__":
113
 
114
  speaker_ids = hps.data.spk2id
115
  speaker = list(speaker_ids.keys())[0]
116
-
117
-
 
118
 
119
- with gr.Blocks(theme='freddyaboulton/test-blue') as app:
120
  with gr.Row(elem_id=""):
121
  with gr.Column():
122
 
 
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:
121
  with gr.Row(elem_id=""):
122
  with gr.Column():
123