Wallaroo / upload.py
jiezhueval's picture
Upload folder using huggingface_hub
80a1771 verified
from huggingface_hub import login, upload_folder
# (optional) Login with your Hugging Face credentials
login()
# Push your model files
upload_folder(folder_path=".", repo_id="jiezhueval/Wallaroo", repo_type="model")
## git clone https://huggingface.co/jiezhueval/Wallaroo