molher commited on
Commit
dfe4a1b
·
1 Parent(s): 9623c46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ print("MTCNN & Classfier models loaded")
33
 
34
  # Abrimos el fichero pickle de ejemplos de imagenes
35
 
36
- with open('examples.pkl','rb') as file:
37
  examples=pickle(file)
38
 
39
  #EXAMPLES_FOLDER = 'examples'
 
33
 
34
  # Abrimos el fichero pickle de ejemplos de imagenes
35
 
36
+ with open('file_examples.pkl','rb') as file:
37
  examples=pickle(file)
38
 
39
  #EXAMPLES_FOLDER = 'examples'