Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import Kinetix.kinetix as kinetix
|
|
7 |
#k = editor()
|
8 |
#print(k)
|
9 |
|
10 |
-
os.system("""export PATH=$PATH:{os.getcwd()}/Kinetix && cd Kinetix && python kinetix/editor.py""")
|
11 |
|
12 |
'''os.system(f"""cd Kinetix && pip install -e . &&
|
13 |
pre-commit install &&
|
|
|
7 |
#k = editor()
|
8 |
#print(k)
|
9 |
|
10 |
+
os.system(f"""export PATH=$PATH:{os.getcwd()}/Kinetix && cd Kinetix && python kinetix/editor.py""")
|
11 |
|
12 |
'''os.system(f"""cd Kinetix && pip install -e . &&
|
13 |
pre-commit install &&
|