Spaces:
Sleeping
Sleeping
WebashalarForML
commited on
Commit
•
5fc1df0
1
Parent(s):
9a1684c
Update backup/save_load.py
Browse files- backup/save_load.py +1 -1
backup/save_load.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import torch
|
2 |
-
from model import GLiNER
|
3 |
|
4 |
|
5 |
def save_model(current_model, path):
|
|
|
1 |
import torch
|
2 |
+
from .model import GLiNER
|
3 |
|
4 |
|
5 |
def save_model(current_model, path):
|