linoyts HF Staff commited on
Commit
5c9dce2
·
verified ·
1 Parent(s): e4a293d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -886,7 +886,7 @@ css = """
886
  }
887
  """
888
 
889
- with gr.Blocks(css=css, theme=gr.themes.Citrus()) as demo:
890
 
891
  with gr.Column(elem_id="col-container"):
892
  gr.Markdown("""# FLUX.2 [Klein] Relight Brush 🖌️
@@ -1050,4 +1050,4 @@ Upload an image → draw colored strokes where you want to add/change lighting
1050
  outputs=[result, seed]
1051
  )
1052
 
1053
- demo.launch()
 
886
  }
887
  """
888
 
889
+ with gr.Blocks() as demo:
890
 
891
  with gr.Column(elem_id="col-container"):
892
  gr.Markdown("""# FLUX.2 [Klein] Relight Brush 🖌️
 
1050
  outputs=[result, seed]
1051
  )
1052
 
1053
+ demo.launch(css=css, theme=gr.themes.Citrus())