Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,17 +71,15 @@ body {
|
|
| 71 |
background-color: #0277bd;
|
| 72 |
}
|
| 73 |
.gr-examples-card {
|
| 74 |
-
|
| 75 |
-
border: 1px solid #0288d1;
|
| 76 |
border-radius: 12px;
|
| 77 |
padding: 16px;
|
| 78 |
margin-bottom: 12px;
|
| 79 |
-
color: #005662;
|
| 80 |
}
|
| 81 |
.gr-examples-card:hover {
|
| 82 |
-
background-color: #
|
| 83 |
border-color: #0277bd;
|
| 84 |
-
color: #
|
| 85 |
}
|
| 86 |
.gr-progress-bar, .gr-progress-bar-fill {
|
| 87 |
background-color: #0288d1 !important;
|
|
@@ -125,7 +123,7 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="blue", secondary_hue="
|
|
| 125 |
|
| 126 |
result = gr.Image(label="Result", show_label=False)
|
| 127 |
|
| 128 |
-
with gr.Accordion("Advanced Settings", open=
|
| 129 |
seed = gr.Slider(
|
| 130 |
label="Seed",
|
| 131 |
minimum=0,
|
|
|
|
| 71 |
background-color: #0277bd;
|
| 72 |
}
|
| 73 |
.gr-examples-card {
|
| 74 |
+
border: 1px solid #eeeeee;
|
|
|
|
| 75 |
border-radius: 12px;
|
| 76 |
padding: 16px;
|
| 77 |
margin-bottom: 12px;
|
|
|
|
| 78 |
}
|
| 79 |
.gr-examples-card:hover {
|
| 80 |
+
background-color: #f4faf2;
|
| 81 |
border-color: #0277bd;
|
| 82 |
+
color: #005662;
|
| 83 |
}
|
| 84 |
.gr-progress-bar, .gr-progress-bar-fill {
|
| 85 |
background-color: #0288d1 !important;
|
|
|
|
| 123 |
|
| 124 |
result = gr.Image(label="Result", show_label=False)
|
| 125 |
|
| 126 |
+
with gr.Accordion("Advanced Settings", open=True):
|
| 127 |
seed = gr.Slider(
|
| 128 |
label="Seed",
|
| 129 |
minimum=0,
|