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...
a51ac1f
kinet-test
/
app.py
tree3po
Update app.py
a51ac1f
verified
5 months ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
os
os.system(
f"export PATH=$PATH:
{os.getcwd()}
/Kinetix/kinetix"
)
os.system(
"cd Kinetix && pip install -e ."
)
os.system(
"cd Kinetix/kinetix && python editor.py"
)