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