Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -357,21 +357,21 @@ def app_gradio():
|
|
357 |
'''
|
358 |
)
|
359 |
|
360 |
-
gr.Markdown(
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
)
|
374 |
-
with gr.Accordion("
|
375 |
num_inference_steps = gr.Slider(
|
376 |
label="Quality Steps",
|
377 |
minimum=10,
|
@@ -396,7 +396,7 @@ def app_gradio():
|
|
396 |
show_type = gr.Radio(
|
397 |
label="Display Options",
|
398 |
choices=["result only", "input & result", "input & mask & result"],
|
399 |
-
value="input &
|
400 |
)
|
401 |
|
402 |
with gr.Column(scale=2, min_width=500):
|
|
|
357 |
'''
|
358 |
)
|
359 |
|
360 |
+
# gr.Markdown(
|
361 |
+
# '''
|
362 |
+
# <div style="background: linear-gradient(135deg, #2541b2 0%, #1a237e 100%);
|
363 |
+
# color: white; padding: 1.2rem; border-radius: 8px; margin-top: 1rem;
|
364 |
+
# box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
365 |
+
# <h3 style="margin: 0 0 0.8rem 0; color: white;">Advanced Settings:</h3>
|
366 |
+
# <ul style="margin: 0; padding-left: 1.2rem;">
|
367 |
+
# <li>Increase Steps for higher quality</li>
|
368 |
+
# <li>Adjust CFG for color intensity</li>
|
369 |
+
# <li>Change Seed for different variations</li>
|
370 |
+
# </ul>
|
371 |
+
# </div>
|
372 |
+
# '''
|
373 |
+
# )
|
374 |
+
with gr.Accordion("Developer Options", open=False):
|
375 |
num_inference_steps = gr.Slider(
|
376 |
label="Quality Steps",
|
377 |
minimum=10,
|
|
|
396 |
show_type = gr.Radio(
|
397 |
label="Display Options",
|
398 |
choices=["result only", "input & result", "input & mask & result"],
|
399 |
+
value="input & result",
|
400 |
)
|
401 |
|
402 |
with gr.Column(scale=2, min_width=500):
|