Overglitch commited on
Commit
a8e3ede
·
verified ·
1 Parent(s): a2a680b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import math
8
  def load_model():
9
  with open('somlucuma.pkl', 'rb') as fid:
10
  som = pickle.load(fid)
11
- MM = np.loadtxt('matrizMM.txt', delimiter=" ")
12
  return som, MM
13
 
14
  def sobel(I):
 
8
  def load_model():
9
  with open('somlucuma.pkl', 'rb') as fid:
10
  som = pickle.load(fid)
11
+ MM = np.loadtxt('matrizMM.txt', delimiter=" ")
12
  return som, MM
13
 
14
  def sobel(I):