Spaces:
Sleeping
Sleeping
WebashalarForML
commited on
Commit
•
8752f05
1
Parent(s):
ec7eb4a
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")
|