README / README.md
merve's picture
merve HF Staff
Update README.md
ede89a8
|
raw
history blame
1.23 kB
metadata
title: README
emoji: ❤️
colorFrom: red
colorTo: red
sdk: streamlit
app_file: app.py
pinned: false

Hugging Face makes it easy to collaboratively build and showcase your Keras models!
Feel free to join to organization to push your models and showcase them through 🤗 Spaces.

To upload your spaCy pipelines to the Hub, you can use the push_to_hub_keras library.

pip install huggingface-hub
!huggingface-cli login
from huggingface_hub.keras_mixin import push_to_hub_keras
push_to_hub_keras(model = model, repo_url = "https://huggingface.co/your-username/name-of-model")
    

More information: spaCy 3.1 release post