Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ print("MTCNN & Classfier models loaded")
|
|
| 32 |
|
| 33 |
# Abrimos el fichero pickle de ejemplos de imagenes
|
| 34 |
|
| 35 |
-
with open('examples.pkl','rb) as file:
|
| 36 |
|
| 37 |
examples=pickle(file)
|
| 38 |
|
|
|
|
| 32 |
|
| 33 |
# Abrimos el fichero pickle de ejemplos de imagenes
|
| 34 |
|
| 35 |
+
with open('examples.pkl','rb') as file:
|
| 36 |
|
| 37 |
examples=pickle(file)
|
| 38 |
|