Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,12 @@ 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 import
|
9 |
|
10 |
try:
|
11 |
-
|
12 |
print(kinetix)
|
13 |
|
14 |
except Exception as e:
|
|
|
15 |
print(e)
|
|
|
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()
|
12 |
print(kinetix)
|
13 |
|
14 |
except Exception as e:
|
15 |
+
print(editor)
|
16 |
print(e)
|