tomaarsen HF staff commited on
Commit
872ecca
·
verified ·
1 Parent(s): 4b92f32

Add link to model(s)

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -102,6 +102,8 @@ with gr.Blocks(title="GLiNER-base") as demo:
102
 
103
  ## Links
104
 
 
 
105
  * Paper: https://arxiv.org/abs/2311.08526
106
  * Repository: https://github.com/urchade/GLiNER
107
  """
 
102
 
103
  ## Links
104
 
105
+ * Model: https://huggingface.co/urchade/gliner_base
106
+ * All GLiNER models: https://huggingface.co/models?search=gliner
107
  * Paper: https://arxiv.org/abs/2311.08526
108
  * Repository: https://github.com/urchade/GLiNER
109
  """