Subh775 commited on
Commit
00d746f
·
verified ·
1 Parent(s): 0108732

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -7,6 +7,10 @@ base_model:
7
  - vikhyatk/moondream2
8
  pipeline_tag: image-text-to-text
9
  library_name: transformers
 
 
 
 
10
  ---
11
 
12
  # Perception-moondream2
@@ -88,5 +92,4 @@ for banned in banned_phrases:
88
  answer = answer.replace(banned, "")
89
 
90
  print(answer.strip())
91
- ```
92
-
 
7
  - vikhyatk/moondream2
8
  pipeline_tag: image-text-to-text
9
  library_name: transformers
10
+ license: apache-2.0
11
+ tags:
12
+ - moondream2
13
+ - VLM
14
  ---
15
 
16
  # Perception-moondream2
 
92
  answer = answer.replace(banned, "")
93
 
94
  print(answer.strip())
95
+ ```