ehristoforu's picture
Upload folder using huggingface_hub
bca5262 verified
raw
history blame
No virus
94 Bytes
import subprocess
import os
def update_app():
subprocess.run(["git", "pull"], shell=True)