lixiang46
commited on
Commit
·
4caf25d
1
Parent(s):
f7234fc
update
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import requests
|
|
| 10 |
import json
|
| 11 |
import time
|
| 12 |
|
| 13 |
-
|
| 14 |
def tryon(person_img, garment_img, seed, randomize_seed):
|
| 15 |
post_start_time = time.time()
|
| 16 |
if person_img is None or garment_img is None:
|
|
|
|
| 10 |
import json
|
| 11 |
import time
|
| 12 |
|
| 13 |
+
|
| 14 |
def tryon(person_img, garment_img, seed, randomize_seed):
|
| 15 |
post_start_time = time.time()
|
| 16 |
if person_img is None or garment_img is None:
|