| 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 | |