Tom Aarsen commited on
Commit
20b54ea
2 Parent(s): 24e3585 872ecca

Merge branch 'main' of https://huggingface.co/spaces/tomaarsen/gliner_base

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