espejelomar commited on
Commit
b883354
1 Parent(s): 0bc04b1

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -4
pipeline.py CHANGED
@@ -1,12 +1,9 @@
1
  from typing import Dict, List, Any
 
2
  from PIL import Image
3
  import os
4
  import json
5
  import numpy as np
6
- from fastai.learner import load_learner
7
-
8
- # from helpers import is_cat
9
-
10
 
11
  class PreTrainedPipeline:
12
  def __init__(self, path=""):
 
1
  from typing import Dict, List, Any
2
+ from fastai.learner import load_learner
3
  from PIL import Image
4
  import os
5
  import json
6
  import numpy as np
 
 
 
 
7
 
8
  class PreTrainedPipeline:
9
  def __init__(self, path=""):