Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,6 @@ with gr.Blocks(
|
|
| 233 |
#recreate-btn,
|
| 234 |
#reset-btn,
|
| 235 |
#done-btn,
|
| 236 |
-
#tts-btn,
|
| 237 |
#recreate-scene-index {
|
| 238 |
background-color: #66b2b2;
|
| 239 |
color: white;
|
|
@@ -251,6 +250,13 @@ with gr.Blocks(
|
|
| 251 |
justify-content: center;
|
| 252 |
gap: 10px;
|
| 253 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 254 |
|
| 255 |
|
| 256 |
#generate-btn:hover,
|
|
@@ -414,6 +420,8 @@ with gr.Blocks(
|
|
| 414 |
padding: 12px;
|
| 415 |
animation: pulseColor 3s infinite;
|
| 416 |
transition: transform 0.3s ease;
|
|
|
|
|
|
|
| 417 |
}
|
| 418 |
|
| 419 |
.gr-audio:hover {
|
|
|
|
| 233 |
#recreate-btn,
|
| 234 |
#reset-btn,
|
| 235 |
#done-btn,
|
|
|
|
| 236 |
#recreate-scene-index {
|
| 237 |
background-color: #66b2b2;
|
| 238 |
color: white;
|
|
|
|
| 250 |
justify-content: center;
|
| 251 |
gap: 10px;
|
| 252 |
}
|
| 253 |
+
#tts-btn{
|
| 254 |
+
background-color: #66b2b2;
|
| 255 |
+
color: white;
|
| 256 |
+
border: 1px solid #000000;
|
| 257 |
+
width:700px;
|
| 258 |
+
height:80px;
|
| 259 |
+
}
|
| 260 |
|
| 261 |
|
| 262 |
#generate-btn:hover,
|
|
|
|
| 420 |
padding: 12px;
|
| 421 |
animation: pulseColor 3s infinite;
|
| 422 |
transition: transform 0.3s ease;
|
| 423 |
+
width:700px;
|
| 424 |
+
height:80px;
|
| 425 |
}
|
| 426 |
|
| 427 |
.gr-audio:hover {
|