ehristoforu commited on
Commit
e397758
1 Parent(s): e1beb31

Create hf_launch.py

Browse files
Files changed (1) hide show
  1. 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)