Update app.py
Browse files
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": "*/*",
|