AlekseyCalvin commited on
Commit
e02a11e
·
verified ·
1 Parent(s): 2022f94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -235,8 +235,8 @@ with gr.Blocks(css=css) as demo:
235
  gr_flux_loras = gr.State(value=flux_loras_raw)
236
 
237
  title = gr.HTML(
238
- """<h1> FLUX.1 Kontext w/LoRAs by Silver Age Poets & SOON®
239
- <br><small style="font-size: 13px; opacity: 0.75;">Edit images w/our trained adapters as style templates! FAST MODE: Pick 'Turbo' or 'Hyper', set 'Steps' to 8. </small></h1>""",
240
  )
241
 
242
  selected_state = gr.State(value=None)
 
235
  gr_flux_loras = gr.State(value=flux_loras_raw)
236
 
237
  title = gr.HTML(
238
+ """<h1> Fast FLUX.1 Kontext w/LoRAs by Silver Age Poets & SOON®
239
+ <br><small style="font-size: 13px; opacity: 0.75;">Edit images w/our trained adapters as style templates! Only 8 steps! </small></h1>""",
240
  )
241
 
242
  selected_state = gr.State(value=None)