LPX55 commited on
Commit
6fe259d
·
verified ·
1 Parent(s): 4ad66a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ with gr.Blocks(title="FLUX.1-dev Layer Lister") as demo:
42
  btn.click(fn=list_flux_layers, inputs=None, outputs=output)
43
 
44
  # Launch the app
45
- demo.launch()
 
42
  btn.click(fn=list_flux_layers, inputs=None, outputs=output)
43
 
44
  # Launch the app
45
+ demo.launch(ssr=False)