TensorLM-webui-for-HF / hf_launch.py
ehristoforu's picture
Create hf_launch.py
e397758 verified
raw
history blame
No virus
79 Bytes
import subprocess
import os
subprocess.run(["python", "webui.py"], shell=True)