Yasincan commited on
Commit
edd58d0
·
verified ·
1 Parent(s): 74fdf15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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="Extra prompt (optional)", placeholder="e.g. add subtle shadow under breasts, or leave empty")
142
  ],
143
  outputs=gr.Image(type="pil"),
144
- title="MVP - Breast Size Control with LoRA",
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()