Update app.py
Browse filestrim default prompt
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks(css=".gradio-container {background-image: linear-gradient(to bott
|
|
84 |
""")
|
85 |
with gr.Row():
|
86 |
with gr.Column():
|
87 |
-
prompts = gr.Textbox(label="Prompt", placeholder="
|
88 |
negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, two heads, bad muzzle, bad anatomy, missing ears, missing paws")
|
89 |
conditioning_image = gr.Image(label="Conditioning Image")
|
90 |
# conditioning_image = gr.Image(label="Conditioning Image", value=default_example[3])
|
|
|
84 |
""")
|
85 |
with gr.Row():
|
86 |
with gr.Column():
|
87 |
+
prompts = gr.Textbox(label="Prompt", placeholder="dog in grass, best quality, highres")
|
88 |
negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, two heads, bad muzzle, bad anatomy, missing ears, missing paws")
|
89 |
conditioning_image = gr.Image(label="Conditioning Image")
|
90 |
# conditioning_image = gr.Image(label="Conditioning Image", value=default_example[3])
|