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...
372af04
kinet-test
/
app.py
tree3po
Update app.py
372af04
verified
6 months ago
raw
Copy download link
history
blame
Safe
105 Bytes
import
os
os.system(
"cd Kinetix && pip install -e ."
)
os.system(
"cd Kinetix && python kinetix/editor.py"
)