Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ import os
|
|
2 |
os.system("git clone https://github.com/FlairOx/Kinetix.git")
|
3 |
os.system("cd Kinetix")
|
4 |
os.system("pip install Kinetix")
|
|
|
5 |
#os.system("pip install -e .")
|
6 |
#os.system("pre-commit install")
|
7 |
os.system(f"cd {os.getcwd()}/Kinetix/kinetix && python editor.py")
|
|
|
2 |
os.system("git clone https://github.com/FlairOx/Kinetix.git")
|
3 |
os.system("cd Kinetix")
|
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 |
os.system(f"cd {os.getcwd()}/Kinetix/kinetix && python editor.py")
|