tree3po commited on
Commit
27daf0e
·
verified ·
1 Parent(s): 236d1c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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"python {os.getcwd()}/Kinetix/kinetix/editor.py")
8
- from Kinetix.kinetix import editor
9
 
10
  try:
11
  editor()
@@ -13,4 +13,4 @@ try:
13
 
14
  except Exception as e:
15
  print(editor)
16
- print(e)
 
4
  os.system("pip install Kinetix")
5
  #os.system("pip install -e .")
6
  #os.system("pre-commit install")
7
+ os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
8
+ '''from Kinetix.kinetix import editor
9
 
10
  try:
11
  editor()
 
13
 
14
  except Exception as e:
15
  print(editor)
16
+ print(e)'''