Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ehristoforu
/
TensorLM-webui-for-HF
like
8
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
06b7e03
TensorLM-webui-for-HF
/
hf_launch.py
ehristoforu
Update hf_launch.py
06b7e03
verified
10 months ago
raw
Copy download link
history
blame
Safe
79 Bytes
import
subprocess
import
os
subprocess.run([
"python"
,
"webui.py"
], check=
True
)