artdwn's picture
Upload folder using huggingface_hub
4878ed5
raw
history blame
No virus
326 Bytes
import launch
import platform
if platform.system() == "Windows":
if not launch.is_installed("gdown"):
launch.run_pip("install gdown", "requirements for Batchlinks Download extension")
if not launch.is_installed("wget"):
launch.run_pip("install wget", "requirements for Batchlinks Download extension")