Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,10 @@ from huggingface_hub import hf_hub_download
|
|
26 |
|
27 |
# Download the model weights and configuration
|
28 |
model_file = hf_hub_download(repo_id="szili2011/uno-card-detector-ai", filename="pytorch_model.bin")
|
29 |
-
config_file = hf_hub_download(repo_id="szili2011/uno-card-detector-ai", filename="config.json")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# Download the model weights and configuration
|
28 |
model_file = hf_hub_download(repo_id="szili2011/uno-card-detector-ai", filename="pytorch_model.bin")
|
29 |
+
config_file = hf_hub_download(repo_id="szili2011/uno-card-detector-ai", filename="config.json")
|
30 |
+
|
31 |
+
## Try the Model
|
32 |
+
|
33 |
+
You can use the Uno Card Detector AI model via Hugging Face's Inference API:
|
34 |
+
|
35 |
+
[![Use Model](https://img.shields.io/badge/Use%20Model-HuggingFace-blue)](https://huggingface.co/szili2011/uno-card-detector-new)
|