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...
f8286fc
kinet-test
/
app.py
tree3po
Create app.py
f8286fc
verified
5 months ago
raw
Copy download link
history
blame
Safe
196 Bytes
import
os
os.system(
"git clone https://github.com/FlairOx/Kinetix.git"
)
os.system(
"cd Kinetix"
)
os.system(
"pip install -e ."
)
os.system(
"pre-commit install"
)
os.system(
"python3 kinetix/editor.py"
)