File size: 224 Bytes
fe9009c |
1 2 3 4 5 6 7 8 9 10 |
# 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 .
|