Spaces:
Running
Running
css fix for new maskGCT tab
Browse files
app.py
CHANGED
|
@@ -301,13 +301,16 @@ div#audio-clone-elm-maskGCT > .audio-container > button > .wrap {
|
|
| 301 |
#text-synth-wsp {
|
| 302 |
height: 120px;
|
| 303 |
}
|
|
|
|
|
|
|
|
|
|
| 304 |
#audio-column, #result-column {
|
| 305 |
display: flex;
|
| 306 |
}
|
| 307 |
#gen-voice-btn {
|
| 308 |
flex: 1;
|
| 309 |
}
|
| 310 |
-
#parler-tab, #whisperspeech-tab, maskGCT-tab {
|
| 311 |
padding: 0;
|
| 312 |
}
|
| 313 |
#main-submit{
|
|
|
|
| 301 |
#text-synth-wsp {
|
| 302 |
height: 120px;
|
| 303 |
}
|
| 304 |
+
#text-synth-maskGCT {
|
| 305 |
+
height: 120px;
|
| 306 |
+
}
|
| 307 |
#audio-column, #result-column {
|
| 308 |
display: flex;
|
| 309 |
}
|
| 310 |
#gen-voice-btn {
|
| 311 |
flex: 1;
|
| 312 |
}
|
| 313 |
+
#parler-tab, #whisperspeech-tab, #maskGCT-tab {
|
| 314 |
padding: 0;
|
| 315 |
}
|
| 316 |
#main-submit{
|