Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LogicGoInfotechSpaces
/
faceswap-deepfake
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
faceswap-deepfake
/
modules
/
status.py
Codex Bot
Deploy FastAPI face swap Docker app
05a3220
3 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
def
update_status
(
message:
str
, scope:
str
=
"DLC"
) ->
None
:
print
(
f"[
{scope}
]
{message}
"
)