Update app.py
Browse files
app.py
CHANGED
@@ -801,6 +801,7 @@ text-align: center;
|
|
801 |
div#component-8 {
|
802 |
|
803 |
margin-bottom: 70px;
|
|
|
804 |
|
805 |
}
|
806 |
div#component-15 {display: none;}
|
@@ -856,8 +857,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
|
860 |
-
negative_prompt = gr.Textbox(placeholder="
|
861 |
|
862 |
with gr.Row():
|
863 |
with gr.Column(scale=1):
|
|
|
801 |
div#component-8 {
|
802 |
|
803 |
margin-bottom: 70px;
|
804 |
+
margin-top: 210px;
|
805 |
|
806 |
}
|
807 |
div#component-15 {display: none;}
|
|
|
857 |
with gr.Column(scale=3):
|
858 |
with gr.Tab("Основные настройки"):
|
859 |
with gr.Column(scale=6, min_width=600):
|
860 |
+
prompt = gr.Textbox("", placeholder="Take a deep breath and take your time describing your weave... Be as vague or specific as you want. 💜✨ ", show_label=False, lines=3)
|
861 |
+
negative_prompt = gr.Textbox(placeholder="Here you can describe anything that you would like NOT to see. ", show_label=False, lines=1, value="")
|
862 |
|
863 |
with gr.Row():
|
864 |
with gr.Column(scale=1):
|