urchade tomaarsen HF staff commited on
Commit
48c2230
1 Parent(s): 091120a

Update model link & rename model (#1)

Browse files

- Update model link & rename model (85e3757c5590955c3cc7f48873f7e3eda296b5d8)


Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,7 +2,7 @@ from typing import Dict, Union
2
  from gliner import GLiNER
3
  import gradio as gr
4
 
5
- model = GLiNER.from_pretrained("urchade/gliner_multiv2.1")
6
 
7
  examples = [
8
  [
@@ -130,7 +130,7 @@ with gr.Blocks(title="GLiNER-M-v2.1") as demo:
130
 
131
  ## Links
132
 
133
- * Model: https://huggingface.co/urchade/gliner_base
134
  * All GLiNER models: https://huggingface.co/models?library=gliner
135
  * Paper: https://arxiv.org/abs/2311.08526
136
  * Repository: https://github.com/urchade/GLiNER
 
2
  from gliner import GLiNER
3
  import gradio as gr
4
 
5
+ model = GLiNER.from_pretrained("urchade/gliner_multi-v2.1")
6
 
7
  examples = [
8
  [
 
130
 
131
  ## Links
132
 
133
+ * Model: https://huggingface.co/urchade/gliner_multi-v2.1
134
  * All GLiNER models: https://huggingface.co/models?library=gliner
135
  * Paper: https://arxiv.org/abs/2311.08526
136
  * Repository: https://github.com/urchade/GLiNER