FALSHEIKHI commited on
Commit
112c883
1 Parent(s): ca80d3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from transformers import pipeline
12
  df = None
13
 
14
  # Open the file in binary mode
15
- with open('file.pkl', 'rb') as file:
16
 
17
  # Call load method to deserialze
18
  df = pickle.load(file)
 
12
  df = None
13
 
14
  # Open the file in binary mode
15
+ with open('df.pkl', 'rb') as file:
16
 
17
  # Call load method to deserialze
18
  df = pickle.load(file)