Spaces:
Runtime error
Runtime error
Update backup/backup.py
Browse files- backup/backup.py +1 -1
backup/backup.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
from model
|
| 2 |
|
| 3 |
# Initialize GLiNER with the base model
|
| 4 |
model = GLiNER.from_pretrained("urchade/gliner_mediumv2.1")
|
|
|
|
| 1 |
+
from .model import GLiNER
|
| 2 |
|
| 3 |
# Initialize GLiNER with the base model
|
| 4 |
model = GLiNER.from_pretrained("urchade/gliner_mediumv2.1")
|