Spaces:
Running
Running
Update model link & rename model
Browse files
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
|