kfahn commited on
Commit
6b5fe6e
·
1 Parent(s): a950a05

Update app.py

Browse files

add default prompt

Files changed (1) hide show
  1. app.py +1 -1
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", value="best quality, extremely detailed")
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")