Vivawaves commited on
Commit
650f84d
1 Parent(s): 42c9772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -131,7 +131,7 @@ with gr.Blocks(css="style.css") as demo:
131
  label="Prompt",
132
  show_label=False,
133
  max_lines=1,
134
- placeholder="Imagine...",
135
  container=False,
136
  )
137
  run_button = gr.Button("Weave", scale=0)
@@ -154,14 +154,14 @@ with gr.Blocks(css="style.css") as demo:
154
  with gr.Row():
155
  width = gr.Slider(
156
  label="Width",
157
- minimum=512,
158
  maximum=MAX_IMAGE_SIZE,
159
  step=512,
160
  value=1024,
161
  )
162
  height = gr.Slider(
163
  label="Height",
164
- minimum=512,
165
  maximum=MAX_IMAGE_SIZE,
166
  step=512,
167
  value=1024,
 
131
  label="Prompt",
132
  show_label=False,
133
  max_lines=1,
134
+ placeholder="Imagine... 'A puppy', 'A Delicious Fruit Cake', 'Copacabana Beach'...",
135
  container=False,
136
  )
137
  run_button = gr.Button("Weave", scale=0)
 
154
  with gr.Row():
155
  width = gr.Slider(
156
  label="Width",
157
+ minimum=1024,
158
  maximum=MAX_IMAGE_SIZE,
159
  step=512,
160
  value=1024,
161
  )
162
  height = gr.Slider(
163
  label="Height",
164
+ minimum=1024,
165
  maximum=MAX_IMAGE_SIZE,
166
  step=512,
167
  value=1024,