Spaces:
Running
Running
Update model link & rename model (#1)
Browse files- Update model link & rename model (85e3757c5590955c3cc7f48873f7e3eda296b5d8)
Co-authored-by: Tom Aarsen <[email protected]>
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/
|
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/
|
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
|