Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,10 +182,10 @@ CSS="""
|
|
182 |
}
|
183 |
|
184 |
.butt{
|
185 |
-
background-color:#
|
186 |
}
|
187 |
.butt:hover{
|
188 |
-
background-color:#
|
189 |
}
|
190 |
|
191 |
</style>
|
@@ -256,7 +256,7 @@ with gr.Blocks(head=CSS + JS) as demo:
|
|
256 |
seed_rand2.click(randomize_seed, None, [seed2], queue=False)
|
257 |
num_images = gr.Slider(1, max_images, value=max_images, step=1, label='Number of images')
|
258 |
with gr.Row():
|
259 |
-
gen_button2 = gr.Button('Let the machine halucinate', variant='primary', scale=2)
|
260 |
|
261 |
with gr.Column(scale=1):
|
262 |
with gr.Group():
|
|
|
182 |
}
|
183 |
|
184 |
.butt{
|
185 |
+
background-color:#2b4764 !important
|
186 |
}
|
187 |
.butt:hover{
|
188 |
+
background-color:#3a6c9f !important;
|
189 |
}
|
190 |
|
191 |
</style>
|
|
|
256 |
seed_rand2.click(randomize_seed, None, [seed2], queue=False)
|
257 |
num_images = gr.Slider(1, max_images, value=max_images, step=1, label='Number of images')
|
258 |
with gr.Row():
|
259 |
+
gen_button2 = gr.Button('Let the machine halucinate', variant='primary', scale=2, elem_classes=["butt"])
|
260 |
|
261 |
with gr.Column(scale=1):
|
262 |
with gr.Group():
|