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