Spaces:
Running
Running
Update gradio_tabs/single.py
Browse files- gradio_tabs/single.py +1 -6
gradio_tabs/single.py
CHANGED
|
@@ -483,12 +483,7 @@ def create_synthesis_app(model_holder: TTSModelHolder) -> gr.Blocks:
|
|
| 483 |
.workbench-top-row { align-items: flex-start !important; }
|
| 484 |
.workbench-buttons-row { justify-content: space-between !important; }
|
| 485 |
|
| 486 |
-
.text-center { text-align: center; }
|
| 487 |
-
|
| 488 |
-
.workbench-buttons-row .grad-button.sm {
|
| 489 |
-
min-height: 44px !important; /* ここで高さを指定します。お好みの値に調整してください */
|
| 490 |
-
}
|
| 491 |
-
|
| 492 |
"""
|
| 493 |
|
| 494 |
with gr.Blocks(css=custom_css) as app:
|
|
|
|
| 483 |
.workbench-top-row { align-items: flex-start !important; }
|
| 484 |
.workbench-buttons-row { justify-content: space-between !important; }
|
| 485 |
|
| 486 |
+
.text-center { text-align: center; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 487 |
"""
|
| 488 |
|
| 489 |
with gr.Blocks(css=custom_css) as app:
|