Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,12 +154,13 @@ css=""
|
|
| 154 |
with gr.Blocks(css=css) as demo:
|
| 155 |
|
| 156 |
with gr.Column(elem_id="col-container"):
|
| 157 |
-
gr.Markdown(f"""# FLUX.1 Kontext [dev] +
|
| 158 |
-
Turn drawing+face into a realistic photo with FLUX.1 Kontext [dev] + [Draw2Photo LoRA](https://huggingface.co/ovi054/Draw2Photo-Kontext-LoRA)
|
| 159 |
""")
|
| 160 |
with gr.Row():
|
| 161 |
with gr.Column():
|
| 162 |
-
gr.Markdown("Step 1.
|
|
|
|
|
|
|
| 163 |
# input_image = gr.Image(label="Upload drawing", type="pil")
|
| 164 |
with gr.Row():
|
| 165 |
input_image_upload = gr.Image(label="Upload drawing", type="pil")
|
|
|
|
| 154 |
with gr.Blocks(css=css) as demo:
|
| 155 |
|
| 156 |
with gr.Column(elem_id="col-container"):
|
| 157 |
+
gr.Markdown(f"""# FLUX.1 Kontext [dev] + Virtual Try-On LoRA
|
|
|
|
| 158 |
""")
|
| 159 |
with gr.Row():
|
| 160 |
with gr.Column():
|
| 161 |
+
gr.Markdown(""""Step 1. Select/Upload the combined model and garment image ⬇️
|
| 162 |
+
Place the garment onto the model image as an overlay using [this tool](https://v0-image-editor-app-eight.vercel.app/).
|
| 163 |
+
"""")
|
| 164 |
# input_image = gr.Image(label="Upload drawing", type="pil")
|
| 165 |
with gr.Row():
|
| 166 |
input_image_upload = gr.Image(label="Upload drawing", type="pil")
|