cifar10C / hub.py
kishkath
Commiting all files
27b909e
raw
history blame contribute delete
No virus
214 Bytes
from huggingface_hub import login
login()
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path="/path/to/local/space",
repo_id="username/my-cool-space",
repo_type="space",
)