WebashalarForML commited on
Commit
8752f05
1 Parent(s): ec7eb4a

Update backup/backup.py

Browse files
Files changed (1) hide show
  1. backup/backup.py +1 -1
backup/backup.py CHANGED
@@ -1,4 +1,4 @@
1
- from model.GLNER import GLiNER
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")