tree3po commited on
Commit
c187326
·
verified ·
1 Parent(s): f8286fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,6 +1,8 @@
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")
 
 
1
  import os
2
+ from kinetix import editor
3
+ '''os.system("git clone https://github.com/FlairOx/Kinetix.git")
4
  os.system("cd Kinetix")
5
  os.system("pip install -e .")
6
  os.system("pre-commit install")
7
+ #os.system("python3 kinetix/editor.py")
8
+ '''