Update app.py
Browse files
app.py
CHANGED
|
@@ -138,9 +138,8 @@ gr.Interface(
|
|
| 138 |
inputs=[
|
| 139 |
gr.Image(type="pil", label="Upload Image"),
|
| 140 |
lora_selector(label="Breast Size Change"),
|
| 141 |
-
gr.Textbox(label="
|
| 142 |
],
|
| 143 |
outputs=gr.Image(type="pil"),
|
| 144 |
-
title="MVP
|
| 145 |
-
description="Upload a portrait, optionally add a custom prompt, and choose increase/decrease. Only the breast area changes. Everything else stays natural and untouched."
|
| 146 |
).launch()
|
|
|
|
| 138 |
inputs=[
|
| 139 |
gr.Image(type="pil", label="Upload Image"),
|
| 140 |
lora_selector(label="Breast Size Change"),
|
| 141 |
+
gr.Textbox(label="prompt (optional)", placeholder="")
|
| 142 |
],
|
| 143 |
outputs=gr.Image(type="pil"),
|
| 144 |
+
title="MVP"
|
|
|
|
| 145 |
).launch()
|