Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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=
|
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 |
|