Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ 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 |
-
os.system(f"cd {os.getcwd()}/Kinetix
|
9 |
#os.system("python editor.py")
|
10 |
#os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
|
11 |
'''from Kinetix.kinetix import editor
|
|
|
5 |
os.system(f"export PATH=$PATH:{os.getcwd()}/Kinetix")
|
6 |
#os.system("pip install -e .")
|
7 |
#os.system("pre-commit install")
|
8 |
+
os.system(f"cd {os.getcwd()}/Kinetix && python kinetix/editor.py")
|
9 |
#os.system("python editor.py")
|
10 |
#os.system(f"python {os.getcwd()}/Kinetix/kinetix/editor.py")
|
11 |
'''from Kinetix.kinetix import editor
|