Spaces:
Runtime error
Runtime error
change color.
Browse files
web-demos/hugging_face/app.py
CHANGED
@@ -409,7 +409,7 @@ If you have any questions, please feel free to reach me out at <b>shangchenzhou@
|
|
409 |
css = """
|
410 |
.gradio-container {width: 85% !important}
|
411 |
.gr-monochrome-group {border-radius: 5px !important; border: revert-layer !important; border-width: 2px !important; color: black !important;}
|
412 |
-
span.svelte-s1r2yt {font-size:
|
413 |
button {border-radius: 8px !important;}
|
414 |
.add_button {background-color: #4CAF50 !important;}
|
415 |
.remove_button {background-color: #f44336 !important;}
|
@@ -457,7 +457,7 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=css) as iface:
|
|
457 |
|
458 |
with gr.Group(elem_classes="gr-monochrome-group"):
|
459 |
with gr.Row():
|
460 |
-
with gr.Accordion('ProPainter Parameters', open=False):
|
461 |
with gr.Row():
|
462 |
resize_ratio_number = gr.Slider(label='Resize ratio',
|
463 |
minimum=0.01,
|
|
|
409 |
css = """
|
410 |
.gradio-container {width: 85% !important}
|
411 |
.gr-monochrome-group {border-radius: 5px !important; border: revert-layer !important; border-width: 2px !important; color: black !important;}
|
412 |
+
span.svelte-s1r2yt {font-size: 17px !important; font-weight: bold !important; color: #d30f2f !important;}
|
413 |
button {border-radius: 8px !important;}
|
414 |
.add_button {background-color: #4CAF50 !important;}
|
415 |
.remove_button {background-color: #f44336 !important;}
|
|
|
457 |
|
458 |
with gr.Group(elem_classes="gr-monochrome-group"):
|
459 |
with gr.Row():
|
460 |
+
with gr.Accordion('ProPainter Parameters (click to expand)', open=False):
|
461 |
with gr.Row():
|
462 |
resize_ratio_number = gr.Slider(label='Resize ratio',
|
463 |
minimum=0.01,
|