mpatel57 commited on
Commit
869417d
Β·
verified Β·
1 Parent(s): 72fecd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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