lichorosario commited on
Commit
a322e72
1 Parent(s): 3a2b24e

Actualizar app.py con nuevas opciones para mejorar imágenes

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -163,8 +163,8 @@ with gr.Blocks(css=css) as demo:
163
  with gr.Row():
164
  inf_steps = gr.Slider(
165
  label="Inference steps",
166
- minimum=12,
167
- maximum=100,
168
  step=1,
169
  value=25
170
  )
@@ -181,14 +181,14 @@ with gr.Blocks(css=css) as demo:
181
  minimum=256,
182
  maximum=3072,
183
  step=32,
184
- value=2048,
185
  )
186
  height = gr.Slider(
187
  label="Height",
188
  minimum=256,
189
  maximum=3072,
190
  step=32,
191
- value=1024,
192
  )
193
 
194
  examples = [
 
163
  with gr.Row():
164
  inf_steps = gr.Slider(
165
  label="Inference steps",
166
+ minimum=3,
167
+ maximum=150,
168
  step=1,
169
  value=25
170
  )
 
181
  minimum=256,
182
  maximum=3072,
183
  step=32,
184
+ value=1024,
185
  )
186
  height = gr.Slider(
187
  label="Height",
188
  minimum=256,
189
  maximum=3072,
190
  step=32,
191
+ value=512,
192
  )
193
 
194
  examples = [