Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -97,23 +97,23 @@ button:hover {
|
|
97 |
|
98 |
/* Remove any orange highlights */
|
99 |
input[type="range"]::-webkit-slider-thumb {
|
100 |
-
background: #
|
101 |
}
|
102 |
input[type="range"]::-moz-range-thumb {
|
103 |
-
background: #
|
104 |
}
|
105 |
input[type="range"]::-ms-thumb {
|
106 |
-
background: #
|
107 |
}
|
108 |
input[type="checkbox"]:checked {
|
109 |
-
background-color: #
|
110 |
}
|
111 |
"""
|
112 |
|
113 |
with gr.Blocks(css=css) as demo:
|
114 |
with gr.Column(elem_id="col-container"):
|
115 |
#gr.Markdown("[Stable Diffusion 3.5 Large (8B) (generation takes about 45 seconds)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)")
|
116 |
-
gr.Markdown("
|
117 |
|
118 |
with gr.Row():
|
119 |
prompt = gr.Text(
|
|
|
97 |
|
98 |
/* Remove any orange highlights */
|
99 |
input[type="range"]::-webkit-slider-thumb {
|
100 |
+
background: #17181B;
|
101 |
}
|
102 |
input[type="range"]::-moz-range-thumb {
|
103 |
+
background: #17181B;
|
104 |
}
|
105 |
input[type="range"]::-ms-thumb {
|
106 |
+
background: #17181B;
|
107 |
}
|
108 |
input[type="checkbox"]:checked {
|
109 |
+
background-color: #5271FF;
|
110 |
}
|
111 |
"""
|
112 |
|
113 |
with gr.Blocks(css=css) as demo:
|
114 |
with gr.Column(elem_id="col-container"):
|
115 |
#gr.Markdown("[Stable Diffusion 3.5 Large (8B) (generation takes about 45 seconds)](https://huggingface.co/stabilityai/stable-diffusion-3.5-large)")
|
116 |
+
gr.Markdown("Promt")
|
117 |
|
118 |
with gr.Row():
|
119 |
prompt = gr.Text(
|