tree3po commited on
Commit
25f9e9f
·
verified ·
1 Parent(s): 8e4ec6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -7,4 +7,9 @@ os.system("pip install Kinetix")
7
  #os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
8
  from Kinetix import kinetix
9
 
10
- print(kinetix)
 
 
 
 
 
 
7
  #os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
8
  from Kinetix import kinetix
9
 
10
+ try:
11
+ kinetix.editor()
12
+ print(kinetix)
13
+
14
+ except Exception as e:
15
+ print(e)