Update app.py
Browse filesadd default prompt
app.py
CHANGED
@@ -75,7 +75,7 @@ with gr.Blocks(theme='kfahn/AnimalPose') as demo:
|
|
75 |
""")
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
-
prompts = gr.Textbox(label="Prompt",
|
79 |
negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, bad anatomy, missing ears, missing paws")
|
80 |
conditioning_image = gr.Image(label="Conditioning Image")
|
81 |
run_btn = gr.Button("Run")
|
|
|
75 |
""")
|
76 |
with gr.Row():
|
77 |
with gr.Column():
|
78 |
+
prompts = gr.Textbox(label="Prompt", placeholder="black cocker spaniel sitting on a lawn, best quality)
|
79 |
negative_prompts = gr.Textbox(label="Negative Prompt", value="lowres, bad anatomy, missing ears, missing paws")
|
80 |
conditioning_image = gr.Image(label="Conditioning Image")
|
81 |
run_btn = gr.Button("Run")
|