Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zarroug
/
ROOP-MC
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zarroug
commited on
Nov 3, 2024
Commit
e1cef5a
·
verified
·
1 Parent(s):
8bf72f4
Upload run.py
Browse files
Files changed (1)
hide
show
run.py
+6
-6
run.py
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
-
#!/usr/bin/env python3
2
-
3
-
from roop import core
4
-
5
-
if __name__ == '__main__':
6
-
core.run()
1
+
#!/usr/bin/env python3
2
+
3
+
from roop import core
4
+
5
+
if __name__ == '__main__':
6
+
core.run()