flpelerin commited on
Commit
251b4a6
·
1 Parent(s): 2b1c712

Update file model.py

Browse files
Files changed (1) hide show
  1. model.py +0 -2
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)