Spaces:
Sleeping
Sleeping
FALSHEIKHI
commited on
Commit
•
112c883
1
Parent(s):
ca80d3f
Update app.py
Browse files
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('
|
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)
|