tejani commited on
Commit
d616c3c
·
verified ·
1 Parent(s): 7e3bf1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -46,6 +46,9 @@ async def try_on(
46
  human_url = f"{base_url}/static/{human_filename}"
47
  garment_url = f"{base_url}/static/{garment_filename}"
48
 
 
 
 
49
  # Prepare headers and data for the original API
50
  headers = {
51
  "accept": "*/*",
 
46
  human_url = f"{base_url}/static/{human_filename}"
47
  garment_url = f"{base_url}/static/{garment_filename}"
48
 
49
+ print(human_url)
50
+ print(garment_url)
51
+
52
  # Prepare headers and data for the original API
53
  headers = {
54
  "accept": "*/*",