sohei1l commited on
Commit
edd69e9
·
1 Parent(s): d85c8e2

Add GitHub repository link to model card

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -44,13 +44,11 @@ const personalizedTags = classifier.predictAll(features, candidateTags);
44
  - `model-config.json` - Model configuration
45
  - `example-usage.html` - Usage example
46
 
47
- ## Demo
48
 
49
- Try the live demo: [clip-tagger Space](https://huggingface.co/spaces/sohei1l/clip-tagger)
50
-
51
- ## Model Repository
52
-
53
- View this model on Hugging Face: [sohei1l/clip-tagger](https://huggingface.co/sohei1l/clip-tagger)
54
 
55
  ## Training Data
56
 
 
44
  - `model-config.json` - Model configuration
45
  - `example-usage.html` - Usage example
46
 
47
+ ## Links
48
 
49
+ - **🚀 Live Demo**: [clip-tagger Space](https://huggingface.co/spaces/sohei1l/clip-tagger)
50
+ - **📦 Model Repository**: [sohei1l/clip-tagger](https://huggingface.co/sohei1l/clip-tagger)
51
+ - **💻 Source Code**: [GitHub Repository](https://github.com/sohei1l/clip-tagger)
 
 
52
 
53
  ## Training Data
54