Spaces:
Runtime error
Runtime error
theFisher86
commited on
Commit
•
033cfaf
1
Parent(s):
d9f403e
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def faceSwap(file1, file2):
|
|
13 |
url = "https://api.prodia.com/v1/faceswap"
|
14 |
payload = {
|
15 |
"sourceUrl": file1,
|
16 |
-
"targetUrl": file2
|
17 |
}
|
18 |
headers = {
|
19 |
"accept": "application/json",
|
|
|
13 |
url = "https://api.prodia.com/v1/faceswap"
|
14 |
payload = {
|
15 |
"sourceUrl": file1,
|
16 |
+
"targetUrl": file2
|
17 |
}
|
18 |
headers = {
|
19 |
"accept": "application/json",
|