Spaces:
Sleeping
Sleeping
ehristoforu
commited on
Commit
•
e397758
1
Parent(s):
e1beb31
Create hf_launch.py
Browse files- hf_launch.py +4 -0
hf_launch.py
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import subprocess
|
2 |
+
import os
|
3 |
+
|
4 |
+
subprocess.run(["python", "webui.py"], shell=True)
|