Alexander Bagus commited on
Commit
f707e60
·
1 Parent(s): ce5ca1c
Files changed (2) hide show
  1. app.py +2 -1
  2. static/data.json +4 -4
app.py CHANGED
@@ -196,7 +196,8 @@ with gr.Blocks(css=css) as demo:
196
  negative_prompt = gr.Textbox(
197
  label="Negative prompt",
198
  lines=2,
199
- placeholder="Enter your prompt",
 
200
  value="blurry ugly bad"
201
  )
202
  with gr.Row():
 
196
  negative_prompt = gr.Textbox(
197
  label="Negative prompt",
198
  lines=2,
199
+ container=False,
200
+ placeholder="Enter your negative prompt",
201
  value="blurry ugly bad"
202
  )
203
  with gr.Row():
static/data.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "examples": [
3
- ["examples/pose1.jpg", "A female paladin. Mountain background.", "Pose"],
4
- ["examples/bird.jpg", "A bird sitting on a branch, cartoon.", "Canny"],
5
- ["examples/bottle.jpg", "A man holding a glass of wine", "HED"],
6
  ["examples/room.jpg", "modern architecture, living room", "Depth"],
7
- ["examples/pose2.jpg", "Woman wearing jeans and tanktop, from dubai", "HED"]
 
8
  ]
9
  }
 
1
  {
2
  "examples": [
3
+ ["examples/pose2.jpg", "Woman wearing jeans and tanktop, from dubai", "HED"],
4
+ ["examples/bottle.jpg", "A man holding a bottle", "HED"],
 
5
  ["examples/room.jpg", "modern architecture, living room", "Depth"],
6
+ ["examples/pose1.jpg", "A female paladin. Mountain background.", "Pose"],
7
+ ["examples/bird.jpg", "A bird sitting on a branch, cartoon.", "Canny"]
8
  ]
9
  }