| # Install the Hugging Face CLI | |
| pip install -U "huggingface_hub[cli]" | |
| # Login with your Hugging Face credentials | |
| huggingface-cli login | |
| # Push your model files | |
| huggingface-cli upload ab2-gbl/ECG_segmentation_using_U-Net . | |
| # Install the Hugging Face CLI | |
| pip install -U "huggingface_hub[cli]" | |
| # Login with your Hugging Face credentials | |
| huggingface-cli login | |
| # Push your model files | |
| huggingface-cli upload ab2-gbl/ECG_segmentation_using_U-Net . | |