tree3po commited on
Commit
8305f6e
·
verified ·
1 Parent(s): ca56d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ os.system("cd Kinetix")
4
  os.system("pip install Kinetix")
5
  #os.system("pip install -e .")
6
  #os.system("pre-commit install")
7
- os.system(f"cd {os.getcwd()}/Kinetix/kinetix")
8
- os.system("python editor.py")
9
  #os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
10
  '''from Kinetix.kinetix import editor
11
 
 
4
  os.system("pip install Kinetix")
5
  #os.system("pip install -e .")
6
  #os.system("pre-commit install")
7
+ os.system(f"cd {os.getcwd()}/Kinetix/kinetix && python editor.py")
8
+ #os.system("python editor.py")
9
  #os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
10
  '''from Kinetix.kinetix import editor
11