Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zarroug
/
ROOP-MC
like
1
Running
App
Files
Files
Community
zarroug
commited on
11 days ago
Commit
e1cef5a
•
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()