artdwn's picture
Upload folder using huggingface_hub
3a1d71c
raw
history blame contribute delete
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")