IvaElen commited on
Commit
2986de4
·
1 Parent(s): df68e4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def predict_sentiment(model, input_tokens):
95
 
96
  # ++++
97
  # Gala
98
- with open('/home/galkalin/nlp_project/vocab_to_int.json', 'r') as fp:
99
  vocab_to_int = json.load(fp)
100
 
101
 
 
95
 
96
  # ++++
97
  # Gala
98
+ with open('vocab_to_int.json', 'r') as fp:
99
  vocab_to_int = json.load(fp)
100
 
101