Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -886,7 +886,7 @@ css = """
|
|
| 886 |
}
|
| 887 |
"""
|
| 888 |
|
| 889 |
-
with gr.Blocks(
|
| 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())
|