Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as app:
|
|
117 |
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=1):
|
120 |
-
text_prompt = gr.Textbox(label="
|
121 |
|
122 |
with gr.Accordion("Opciones Avanzadas", open=False):
|
123 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value="(deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos", lines=3, elem_id="negative-prompt-text-input")
|
|
|
117 |
|
118 |
with gr.Row():
|
119 |
with gr.Column(scale=1):
|
120 |
+
text_prompt = gr.Textbox(label="¿Cuál fue tu sueño?", placeholder="Describe lo que soñaste, no omitas ningún detalle.", lines=2, elem_id="prompt-text-input")
|
121 |
|
122 |
with gr.Accordion("Opciones Avanzadas", open=False):
|
123 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value="(deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos", lines=3, elem_id="negative-prompt-text-input")
|