toto10's picture
Upload folder using huggingface_hub (#1)
34097e9
raw
history blame
No virus
208 Bytes
import launch
if not launch.is_installed("sklearn"):
launch.run_pip("install scikit-learn", "scikit-learn")
if not launch.is_installed("diffusers"):
launch.run_pip("install diffusers", "diffusers")