Spaces:
Sleeping
Sleeping
WebashalarForML
commited on
Commit
•
ec7eb4a
1
Parent(s):
8ee9567
Update backup/backup.py
Browse files- backup/backup.py +1 -1
backup/backup.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from model import GLiNER
|
2 |
|
3 |
# Initialize GLiNER with the base model
|
4 |
model = GLiNER.from_pretrained("urchade/gliner_mediumv2.1")
|
|
|
1 |
+
from model.GLNER import GLiNER
|
2 |
|
3 |
# Initialize GLiNER with the base model
|
4 |
model = GLiNER.from_pretrained("urchade/gliner_mediumv2.1")
|