Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tree3po
/
kinet-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
tree3po
commited on
Nov 13, 2024
Commit
f8286fc
·
verified
·
1 Parent(s):
6afbc32
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import os
2
+
os.system("git clone https://github.com/FlairOx/Kinetix.git")
3
+
os.system("cd Kinetix")
4
+
os.system("pip install -e .")
5
+
os.system("pre-commit install")
6
+
os.system("python3 kinetix/editor.py")