Spaces:
Sleeping
Sleeping
Overglitch
commited on
Commit
•
a2a680b
1
Parent(s):
1b09ccf
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from io import BytesIO
|
|
6 |
import math
|
7 |
|
8 |
def load_model():
|
9 |
-
with open('
|
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
|