Instructions to use k3kdev/dlb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use k3kdev/dlb with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("k3kdev/dlb") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
{
|
| 2 |
-
"model_type": "ImageClassification"
|
| 3 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "ImageClassification"
|
| 3 |
}
|