Spaces:
Runtime error
Runtime error
theFisher86
commited on
Commit
•
1d09840
1
Parent(s):
954ff05
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def faceSwap(file1, file2):
|
|
22 |
}
|
23 |
api_key=os.getenv("PRODIA_API_KEY")
|
24 |
print(url)
|
25 |
-
print(
|
26 |
print(headers)
|
27 |
response = requests.post(url, json=payload, headers=headers)
|
28 |
|
|
|
22 |
}
|
23 |
api_key=os.getenv("PRODIA_API_KEY")
|
24 |
print(url)
|
25 |
+
print(payload)
|
26 |
print(headers)
|
27 |
response = requests.post(url, json=payload, headers=headers)
|
28 |
|