tejani commited on
Commit
09014af
·
verified ·
1 Parent(s): 161477b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -48,13 +48,13 @@ async def try_on(
48
 
49
  # Prepare headers and data for the original API
50
  headers = {
51
- "accept": "*/*",
52
- "f": str(uuid.uuid4()).replace("-", ""),
53
  }
54
 
55
  data = {
56
- "humanImg": human_url,
57
- "garment": garment_url,
58
  "garmentDesc": garment_desc,
59
  "category": category,
60
  }
 
48
 
49
  # Prepare headers and data for the original API
50
  headers = {
51
+ "accept": "*/*",
52
+ "f": str(uuid.uuid4()).replace("-", ""),
53
  }
54
 
55
  data = {
56
+ "humanImg": human_url,
57
+ "garment": garment_url,
58
  "garmentDesc": garment_desc,
59
  "category": category,
60
  }