Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,8 @@ with gr.Blocks() as demo:
|
|
114 |
gr.Markdown("<h1>π² FlowChef π²</h1>")
|
115 |
gr.Markdown("<h2>Inversion/Gradient/Training-free Steering of <u>Flux.1[dev]</u></h2>")
|
116 |
gr.Markdown("<h2><p><a href='https://flowchef.github.io/'>Project Page</a> | <a href='#'>Paper</a></p> (Steering Rectified Flow Models in the Vector Field for Controlled Image Generation)</h2>")
|
117 |
-
gr.Markdown("<h3>π‘ We recommend going through our <a href='#'>tutorial introduction</a> before getting started!</h3>")
|
|
|
118 |
|
119 |
# Store current state
|
120 |
current_input_image = None
|
|
|
114 |
gr.Markdown("<h1>π² FlowChef π²</h1>")
|
115 |
gr.Markdown("<h2>Inversion/Gradient/Training-free Steering of <u>Flux.1[dev]</u></h2>")
|
116 |
gr.Markdown("<h2><p><a href='https://flowchef.github.io/'>Project Page</a> | <a href='#'>Paper</a></p> (Steering Rectified Flow Models in the Vector Field for Controlled Image Generation)</h2>")
|
117 |
+
# gr.Markdown("<h3>π‘ We recommend going through our <a href='#'>tutorial introduction</a> before getting started!</h3>")
|
118 |
+
gr.Markdown("<h3>β‘ For faster generation, check out our demo on InstaFlow <a href='https://huggingface.co/spaces/FlowChef/FlowChef-InstaFlow-Edit'>Editing</a> and <a href='https://huggingface.co/spaces/FlowChef/FlowChef-InstaFlow-InverseProblem-Inpainting'>Inpainting</a>!</h3>")
|
119 |
|
120 |
# Store current state
|
121 |
current_input_image = None
|