Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,15 +1,4 @@
|
|
| 1 |
import os
|
| 2 |
-
import
|
| 3 |
-
|
| 4 |
-
os.
|
| 5 |
-
os.environ["PATH"] += f'{os.getcwd}/Kinetix'
|
| 6 |
-
# Get the list of user's
|
| 7 |
-
env_var = os.environ
|
| 8 |
-
|
| 9 |
-
# Print the list of user's
|
| 10 |
-
print("User's Environment variable:")
|
| 11 |
-
pprint.pprint(dict(env_var), width = 1)
|
| 12 |
-
async def main()
|
| 13 |
-
#os.system(f"""python kinetix/editor.py --config-path my_configs/ --config-name my_config""")
|
| 14 |
-
os.system(f"""cd Kinetix && python kinetix/editor.py --config-path ../configs/ --config-name editor""")
|
| 15 |
-
asyncio.run(main())
|
|
|
|
| 1 |
import os
|
| 2 |
+
import pybag
|
| 3 |
+
|
| 4 |
+
os.system("pybag app")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|