Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
phehvn
/
fe
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
phehvn
commited on
Apr 12, 2024
Commit
8ac1fbc
·
verified
·
1 Parent(s):
7bf9aaa
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()