PixDiet / publish.py
blanchon's picture
Initial commit
41039aa
raw
history blame contribute delete
156 Bytes
from huggingface_hub import upload_folder
upload_folder(
folder_path="/mnt/sda/jeremy/PixDiet",
repo_id="eBoreal/PixDiet",
repo_type="space",
)