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