Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(css=css) as demo:
|
|
160 |
do_inversion = gr.State(True)
|
161 |
|
162 |
with gr.Column(elem_id="col-container"):
|
163 |
-
gr.Markdown(f"""# Stable Flow
|
164 |
### Edit real images with FLUX.1 [dev]
|
165 |
following the algorithm proposed in [*Stable Flow: Vital Layers for Training-Free Image Editing* by Avrahami et al.](https://arxiv.org/pdf/2411.14430)
|
166 |
|
|
|
160 |
do_inversion = gr.State(True)
|
161 |
|
162 |
with gr.Column(elem_id="col-container"):
|
163 |
+
gr.Markdown(f"""# Stable Flow 🌊🖌️
|
164 |
### Edit real images with FLUX.1 [dev]
|
165 |
following the algorithm proposed in [*Stable Flow: Vital Layers for Training-Free Image Editing* by Avrahami et al.](https://arxiv.org/pdf/2411.14430)
|
166 |
|