nami0342 commited on
Commit
50afb04
·
1 Parent(s): 8da7b8a

Set default input prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = None,
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,