Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ print("User's Environment variable:")
|
|
10 |
pprint.pprint(dict(env_var), width = 1)
|
11 |
|
12 |
#os.system(f"""python kinetix/editor.py --config-path my_configs/ --config-name my_config""")
|
13 |
-
os.system(f"""python
|
14 |
|
15 |
'''os.system(f"""cd Kinetix && pip install -e . &&
|
16 |
pre-commit install &&
|
|
|
10 |
pprint.pprint(dict(env_var), width = 1)
|
11 |
|
12 |
#os.system(f"""python kinetix/editor.py --config-path my_configs/ --config-name my_config""")
|
13 |
+
os.system(f"""cd Kinetix && python kinetix/editor.py --config-path ./configs/ --config-name editor""")
|
14 |
|
15 |
'''os.system(f"""cd Kinetix && pip install -e . &&
|
16 |
pre-commit install &&
|