Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,20 +1,3 @@
|
|
1 |
import os
|
2 |
-
|
3 |
-
|
4 |
-
os.system("pip install Kinetix")
|
5 |
-
#os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix")
|
6 |
-
#os.system("pip install -e .")
|
7 |
-
#os.system("pre-commit install")
|
8 |
-
import Kinetix
|
9 |
-
os.system(f"cd {os.getcwd()}/Kinetix && python kinetix/editor.py")
|
10 |
-
#os.system("python editor.py")
|
11 |
-
#os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
|
12 |
-
'''from Kinetix.kinetix import editor
|
13 |
-
|
14 |
-
try:
|
15 |
-
editor()
|
16 |
-
print(kinetix)
|
17 |
-
|
18 |
-
except Exception as e:
|
19 |
-
print(editor)
|
20 |
-
print(e)'''
|
|
|
1 |
import os
|
2 |
+
os.system("cd Kinetix && pip install -e .")
|
3 |
+
os.system("cd Kinetix && python kinetix/editor.py")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|