Update file model.py
Browse files
model.py
CHANGED
|
@@ -56,7 +56,5 @@ class Model:
|
|
| 56 |
return text
|
| 57 |
|
| 58 |
|
| 59 |
-
|
| 60 |
-
@staticmethod
|
| 61 |
def save_pretrained(self, path='./'):
|
| 62 |
self.model.save_pretrained(path)
|
|
|
|
| 56 |
return text
|
| 57 |
|
| 58 |
|
|
|
|
|
|
|
| 59 |
def save_pretrained(self, path='./'):
|
| 60 |
self.model.save_pretrained(path)
|