Overglitch commited on
Commit
a2a680b
1 Parent(s): 1b09ccf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from io import BytesIO
6
  import math
7
 
8
  def load_model():
9
- with open('som.pkl', 'rb') as fid:
10
  som = pickle.load(fid)
11
  MM = np.loadtxt('matrizMM.txt', delimiter=" ")
12
  return som, MM
 
6
  import math
7
 
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