Commit
·
c769302
1
Parent(s):
842eff5
Update app.py
Browse files
app.py
CHANGED
|
@@ -362,16 +362,19 @@ with gr.Blocks(css="style.css") as demo:
|
|
| 362 |
with gr.Box(visible=False) as box1:
|
| 363 |
concept_1 = gr.Button(visible=False)
|
| 364 |
guidnace_scale_1 = gr.Slider(label='Concept Guidance Scale', minimum=1, maximum=30,
|
|
|
|
| 365 |
value=DEFAULT_SEGA_CONCEPT_GUIDANCE_SCALE,
|
| 366 |
step=0.5, interactive=True,visible=False)
|
| 367 |
with gr.Box(visible=False) as box2:
|
| 368 |
concept_2 = gr.Button(visible=False)
|
| 369 |
guidnace_scale_2 = gr.Slider(label='Concept Guidance Scale', minimum=1, maximum=30,
|
|
|
|
| 370 |
value=DEFAULT_SEGA_CONCEPT_GUIDANCE_SCALE,
|
| 371 |
step=0.5, interactive=True,visible=False)
|
| 372 |
with gr.Box(visible=False) as box3:
|
| 373 |
concept_3 = gr.Button(visible=False)
|
| 374 |
guidnace_scale_3 = gr.Slider(label='Concept Guidance Scale', minimum=1, maximum=30,
|
|
|
|
| 375 |
value=DEFAULT_SEGA_CONCEPT_GUIDANCE_SCALE,
|
| 376 |
step=0.5, interactive=True,visible=False)
|
| 377 |
|
|
|
|
| 362 |
with gr.Box(visible=False) as box1:
|
| 363 |
concept_1 = gr.Button(visible=False)
|
| 364 |
guidnace_scale_1 = gr.Slider(label='Concept Guidance Scale', minimum=1, maximum=30,
|
| 365 |
+
info="How strongly the concept should be included in the image",
|
| 366 |
value=DEFAULT_SEGA_CONCEPT_GUIDANCE_SCALE,
|
| 367 |
step=0.5, interactive=True,visible=False)
|
| 368 |
with gr.Box(visible=False) as box2:
|
| 369 |
concept_2 = gr.Button(visible=False)
|
| 370 |
guidnace_scale_2 = gr.Slider(label='Concept Guidance Scale', minimum=1, maximum=30,
|
| 371 |
+
info="How strongly the concept should be included in the image",
|
| 372 |
value=DEFAULT_SEGA_CONCEPT_GUIDANCE_SCALE,
|
| 373 |
step=0.5, interactive=True,visible=False)
|
| 374 |
with gr.Box(visible=False) as box3:
|
| 375 |
concept_3 = gr.Button(visible=False)
|
| 376 |
guidnace_scale_3 = gr.Slider(label='Concept Guidance Scale', minimum=1, maximum=30,
|
| 377 |
+
info="How strongly the concept should be included in the image",
|
| 378 |
value=DEFAULT_SEGA_CONCEPT_GUIDANCE_SCALE,
|
| 379 |
step=0.5, interactive=True,visible=False)
|
| 380 |
|