Rooni commited on
Commit
13ed995
1 Parent(s): 659f54c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text, blurry, 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")
 
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")