molher commited on
Commit
7b57eaa
·
1 Parent(s): 84823eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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