Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
vettorazi
/
deepfake
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
vettorazi
commited on
Jun 22, 2023
Commit
07c23d8
·
1 Parent(s):
4a912c9
Upload run.py
Browse files
Files changed (1)
hide
show
run.py
+6
-0
run.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
#!/usr/bin/env python3
2
+
3
+
from roop import core
4
+
5
+
if __name__ == '__main__':
6
+
core.run()