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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -114,13 +114,9 @@ if __name__ == "__main__":
114
  speaker_ids = hps.data.spk2id
115
  speaker = list(speaker_ids.keys())[0]
116
 
117
- css='''
118
- #main {background-color: #ffffff;opacity: 0.8;background-image: repeating-linear-gradient(45deg, #edffe1 25%, transparent 25%, transparent 75%, #edffe1 75%, #edffe1), repeating-linear-gradient(45deg, #edffe1 25%, #ffffff 25%, #ffffff 75%, #edffe1 75%, #edffe1);
119
- background-position: 0 0, 40px 40px;background-size: 80px 80px;}
120
- #btn {background-color:transparent;border-radius: 5px;}
121
- '''
122
 
123
- with gr.Blocks(theme=gr.themes.Monochrome()) as app:
124
  with gr.Row(elem_id=""):
125
  with gr.Column():
126
 
 
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