ovi054 commited on
Commit
22352a3
·
verified ·
1 Parent(s): 931b456

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -167,7 +167,7 @@ with gr.Blocks(css=css) as demo:
167
 
168
  with gr.Column(elem_id="col-container"):
169
  gr.Markdown(f"""# FLUX.1 Kontext [dev] + Draw2Photo LoRA
170
- Image editing and manipulation model guidance-distilled from FLUX.1 Kontext [pro], [[blog]](https://bfl.ai/announcements/flux-1-kontext-dev) [[model]](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev)
171
  """)
172
  with gr.Row():
173
  with gr.Column():
@@ -191,7 +191,7 @@ Image editing and manipulation model guidance-distilled from FLUX.1 Kontext [pro
191
  )
192
 
193
  with gr.Column():
194
- gr.Markdown("Step 1. Select/Upload a face photo ⬇️")
195
  with gr.Row():
196
  overlay_image = gr.Image(label="Upload face photo", type="pil")
197
  gr.Examples(
@@ -200,7 +200,7 @@ Image editing and manipulation model guidance-distilled from FLUX.1 Kontext [pro
200
  )
201
 
202
  with gr.Column():
203
- gr.Markdown("Step 1. Press “Run” to get results")
204
  with gr.Row():
205
  run_button = gr.Button("Run")
206
  with gr.Accordion("Advanced Settings", open=False):
 
167
 
168
  with gr.Column(elem_id="col-container"):
169
  gr.Markdown(f"""# FLUX.1 Kontext [dev] + Draw2Photo LoRA
170
+ Turn drawing+face into a realistic photo with FLUX.1 Kontext [dev] + [[Draw2Photo LoRA]](https://huggingface.co/ovi054/Draw2Photo)
171
  """)
172
  with gr.Row():
173
  with gr.Column():
 
191
  )
192
 
193
  with gr.Column():
194
+ gr.Markdown("Step 2. Select/Upload a face photo ⬇️")
195
  with gr.Row():
196
  overlay_image = gr.Image(label="Upload face photo", type="pil")
197
  gr.Examples(
 
200
  )
201
 
202
  with gr.Column():
203
+ gr.Markdown("Step 3. Press “Run” to get results ⬇️")
204
  with gr.Row():
205
  run_button = gr.Button("Run")
206
  with gr.Accordion("Advanced Settings", open=False):