Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
victorisgeek
/
DeepSwapFace
like
20
Running
App
Files
Files
Community
4
victorisgeek
commited on
Apr 6, 2024
Commit
abf8188
·
verified
·
1 Parent(s):
ffe9cb0
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/usr/bin/env python3
2
+
3
+
from assets import core
4
+
5
+
if __name__ == '__main__':
6
+
core.run()