M. Saad Munawar commited on
Commit
b8e5406
1 Parent(s): 8d81d55

https://huggingface.co/spaces/Saad123/minimal

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import numpy as np
5
  import cv2
6
  from PIL import Image
7
 
 
8
  plt = platform.system()
9
  if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
10
  learn=load_learner("CatvsDogmodel.pkl")
 
5
  import cv2
6
  from PIL import Image
7
 
8
+
9
  plt = platform.system()
10
  if plt == 'Linux': pathlib.WindowsPath = pathlib.PosixPath
11
  learn=load_learner("CatvsDogmodel.pkl")