TensorLM-webui-for-HF / hf_launch.py
ehristoforu's picture
Update hf_launch.py
06b7e03 verified
raw
history blame
79 Bytes
import subprocess
import os
subprocess.run(["python", "webui.py"], check=True)