Spaces:
Sleeping
Sleeping
Commit
·
3c9a698
1
Parent(s):
b2f5c00
test: add debug
Browse files
app.py
CHANGED
@@ -71,6 +71,7 @@ async def upload(
|
|
71 |
x_api_key: str = Header(...),
|
72 |
metadata: str = Header(...),
|
73 |
):
|
|
|
74 |
res = Response()
|
75 |
logging.info("--------------------------------")
|
76 |
logging.info(f"Received request to upload image by {x_request_user}")
|
|
|
71 |
x_api_key: str = Header(...),
|
72 |
metadata: str = Header(...),
|
73 |
):
|
74 |
+
print(metadata)
|
75 |
res = Response()
|
76 |
logging.info("--------------------------------")
|
77 |
logging.info(f"Received request to upload image by {x_request_user}")
|