Update app.py
Browse files
app.py
CHANGED
@@ -67,26 +67,26 @@ body {
|
|
67 |
background-color: #fff;
|
68 |
}
|
69 |
label {
|
70 |
-
color: #
|
71 |
font-weight: bold;
|
72 |
}
|
73 |
input[type="text"], textarea {
|
74 |
-
border: 1px solid #
|
75 |
}
|
76 |
textarea {
|
77 |
height: 150px;
|
78 |
}
|
79 |
button {
|
80 |
-
background-color: #
|
81 |
color: #fff;
|
82 |
border-radius: 5px;
|
83 |
cursor: pointer;
|
84 |
}
|
85 |
button:hover {
|
86 |
-
background-color: #
|
87 |
}
|
88 |
.dropdown {
|
89 |
-
border: 1px solid #
|
90 |
border-radius: 4px;
|
91 |
}
|
92 |
"""
|
@@ -108,7 +108,8 @@ interface = gr.Interface(
|
|
108 |
gr.Audio(label="Generated Audio", type="numpy")
|
109 |
],
|
110 |
examples=examples,
|
111 |
-
css=custom_css
|
112 |
)
|
113 |
|
114 |
interface.launch()
|
|
|
|
67 |
background-color: #fff;
|
68 |
}
|
69 |
label {
|
70 |
+
color: #9B59B6; /* ุชุบููุฑ ุงูููู ุฅูู ุงูุจููุณุฌู */
|
71 |
font-weight: bold;
|
72 |
}
|
73 |
input[type="text"], textarea {
|
74 |
+
border: 1px solid #9B59B6; /* ุชุบููุฑ ุงูููู ุฅูู ุงูุจููุณุฌู */
|
75 |
}
|
76 |
textarea {
|
77 |
height: 150px;
|
78 |
}
|
79 |
button {
|
80 |
+
background-color: #9B59B6; /* ุชุบููุฑ ุงูููู ุฅูู ุงูุจููุณุฌู */
|
81 |
color: #fff;
|
82 |
border-radius: 5px;
|
83 |
cursor: pointer;
|
84 |
}
|
85 |
button:hover {
|
86 |
+
background-color: #8E44AD; /* ููู ุฃุบู
ู ููุจููุณุฌู ุนูุฏ ุงูู
ุฑูุฑ */
|
87 |
}
|
88 |
.dropdown {
|
89 |
+
border: 1px solid #9B59B6; /* ุชุบููุฑ ุงูููู ุฅูู ุงูุจููุณุฌู */
|
90 |
border-radius: 4px;
|
91 |
}
|
92 |
"""
|
|
|
108 |
gr.Audio(label="Generated Audio", type="numpy")
|
109 |
],
|
110 |
examples=examples,
|
111 |
+
css=custom_css
|
112 |
)
|
113 |
|
114 |
interface.launch()
|
115 |
+
|