Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
prodiazenafey
/
FaceSwap
like
15
Running
App
Files
Files
Community
zenafey
commited on
May 17
Commit
67239ed
•
1 Parent(s):
94b5388
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -70,6 +70,7 @@ def infer(source, target):
70
"targetUrl": target_url
71
})
72
res = client.wait(job)
73
74
return res['imageUrl']
75
70
"targetUrl": target_url
71
})
72
res = client.wait(job)
73
+
print(res)
74
75
return res['imageUrl']
76