Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ with gr.Blocks(css=css) as dalle:
|
|
47 |
|
48 |
|
49 |
with gr.Tab("Расширенные настройки"):
|
50 |
-
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Чего не должно быть на изображении", value="
|
51 |
|
52 |
with gr.Row():
|
53 |
text_button = gr.Button("Генерация", variant='primary', elem_id="gen-button")
|
|
|
47 |
|
48 |
|
49 |
with gr.Tab("Расширенные настройки"):
|
50 |
+
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Чего не должно быть на изображении", value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness", lines=1, elem_id="negative-prompt-text-input")
|
51 |
|
52 |
with gr.Row():
|
53 |
text_button = gr.Button("Генерация", variant='primary', elem_id="gen-button")
|