Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
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)
|