Vivawaves commited on
Commit
dc88d20
·
1 Parent(s): 9a6e98e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -856,11 +856,8 @@ with gr.Blocks(css=css) as demo:
856
  with gr.Column(scale=3):
857
  with gr.Tab("Основные настройки"):
858
  with gr.Column(scale=6, min_width=600):
859
- prompt = gr.Textbox("", placeholder="Take a deep breath and think... Weaves is the world's most expensive stress reliever ✨ And we share it freely.", show_label=False, lines=3)
860
-
861
- with gr.Row():
862
- with gr.Column(scale=1):
863
- negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=3, value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry")
864
 
865
  with gr.Row():
866
  with gr.Column(scale=1):
 
856
  with gr.Column(scale=3):
857
  with gr.Tab("Основные настройки"):
858
  with gr.Column(scale=6, min_width=600):
859
+ prompt = gr.Textbox("", placeholder="Take a deep breath and think... Weaves is the world's most expensive stress reliever ✨ And we share it freely.", show_label=False, lines=3)
860
+ negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=False, lines=1, value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry")
 
 
 
861
 
862
  with gr.Row():
863
  with gr.Column(scale=1):