ChenWu98 commited on
Commit
73e79dc
1 Parent(s): 9247395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -326,8 +326,7 @@ with gr.Blocks(css=css) as demo:
326
  </p>
327
  <p>
328
  <b>Runtimes:</b> <br>
329
- 1. 30s on A10G. <br>
330
- 2. 90s on T4. <br>
331
  </p>
332
  </div>
333
  """
@@ -373,8 +372,8 @@ with gr.Blocks(css=css) as demo:
373
  with gr.Group():
374
  with gr.Row():
375
  num_inference_steps = gr.Slider(label="Inference steps", value=100, minimum=25, maximum=500, step=1)
376
- width = gr.Slider(label="Width", value=512, minimum=64, maximum=1024, step=8)
377
- height = gr.Slider(label="Height", value=512, minimum=64, maximum=1024, step=8)
378
 
379
  with gr.Row():
380
  seed = gr.Slider(0, 2147483647, label='Seed', value=0, step=1)
 
326
  </p>
327
  <p>
328
  <b>Runtimes:</b> <br>
329
+ 1. 20s on A10G. <br>
 
330
  </p>
331
  </div>
332
  """
 
372
  with gr.Group():
373
  with gr.Row():
374
  num_inference_steps = gr.Slider(label="Inference steps", value=100, minimum=25, maximum=500, step=1)
375
+ width = gr.Slider(label="Width", value=512, minimum=512, maximum=1024, step=8)
376
+ height = gr.Slider(label="Height", value=512, minimum=512, maximum=1024, step=8)
377
 
378
  with gr.Row():
379
  seed = gr.Slider(0, 2147483647, label='Seed', value=0, step=1)