Spaces:
Running
Running
Fabrice-TIERCELIN
commited on
Commit
•
b218c32
1
Parent(s):
845cc97
Indentation
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks() as interface:
|
|
172 |
dummy_4 = gr.Label(visible = False)
|
173 |
with gr.Row():
|
174 |
prompt = gr.Textbox(label = 'Prompt', info = "Describe the subject, the background and the style of image; 77 token limit", placeholder = 'Describe what you want to see in the entire image')
|
175 |
-
|
176 |
with gr.Accordion("Advanced options", open = False):
|
177 |
negative_prompt = gr.Textbox(label = 'Negative prompt', placeholder = 'Describe what you do NOT want to see in the entire image', value = 'Border, frame, painting, scribbling, smear, noise, blur, watermark')
|
178 |
denoising_steps = gr.Slider(minimum = 0, maximum = 1000, value = 1000, step = 1, label = "Denoising", info = "lower=irrelevant result, higher=relevant result")
|
|
|
172 |
dummy_4 = gr.Label(visible = False)
|
173 |
with gr.Row():
|
174 |
prompt = gr.Textbox(label = 'Prompt', info = "Describe the subject, the background and the style of image; 77 token limit", placeholder = 'Describe what you want to see in the entire image')
|
175 |
+
with gr.Row():
|
176 |
with gr.Accordion("Advanced options", open = False):
|
177 |
negative_prompt = gr.Textbox(label = 'Negative prompt', placeholder = 'Describe what you do NOT want to see in the entire image', value = 'Border, frame, painting, scribbling, smear, noise, blur, watermark')
|
178 |
denoising_steps = gr.Slider(minimum = 0, maximum = 1000, value = 1000, step = 1, label = "Denoising", info = "lower=irrelevant result, higher=relevant result")
|