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...
main
TensorLM-webui-for-HF
/
update
/
update_app.py
ehristoforu
Upload folder using huggingface_hub
bca5262
verified
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
94 Bytes
import
subprocess
import
os
def
update_app
():
subprocess.run([
"git"
,
"pull"
], shell=
True
)