prithivMLmods commited on
Commit
892c83e
·
verified ·
1 Parent(s): b9e497a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -476,7 +476,7 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css, delete_cache=(120, 120))
476
  )
477
  with gr.Row():
478
  speed_mode = gr.Dropdown(
479
- label="Generation Mode",
480
  choices=["Fast (8 steps)", "Base (48 steps)"],
481
  value="Base (48 steps)",
482
  )
 
476
  )
477
  with gr.Row():
478
  speed_mode = gr.Dropdown(
479
+ label="Output Mode",
480
  choices=["Fast (8 steps)", "Base (48 steps)"],
481
  value="Base (48 steps)",
482
  )