Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
| 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
|
| 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
|
| 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):
|