Spaces:
Sleeping
Sleeping
Set default input prompt
Browse files
app.py
CHANGED
|
@@ -299,7 +299,7 @@ def api_home():
|
|
| 299 |
async def vton_run(
|
| 300 |
upload_human: UploadFile = File(...),
|
| 301 |
upload_cloth: UploadFile = File(...),
|
| 302 |
-
input_prompt: str =
|
| 303 |
is_automaskchecked: bool = True,
|
| 304 |
is_checked_crop: bool = True,
|
| 305 |
denoise_steps: int = 30,
|
|
|
|
| 299 |
async def vton_run(
|
| 300 |
upload_human: UploadFile = File(...),
|
| 301 |
upload_cloth: UploadFile = File(...),
|
| 302 |
+
input_prompt: str = "Short Sleeve Round Neck T-shirts",
|
| 303 |
is_automaskchecked: bool = True,
|
| 304 |
is_checked_crop: bool = True,
|
| 305 |
denoise_steps: int = 30,
|