nickmuchi commited on
Commit
23e4bc0
1 Parent(s): 5898e04

Update variables.py

Browse files
Files changed (1) hide show
  1. variables.py +2 -0
variables.py CHANGED
@@ -284,6 +284,8 @@ user_id = [
284
  "804556370",
285
  ]
286
 
 
 
287
  def convert_user_names(user_name: list):
288
  '''convert user_names to tweepy format'''
289
  users = []
 
284
  "804556370",
285
  ]
286
 
287
+ sentiment_classifier, topic_classifier = load_models()
288
+
289
  def convert_user_names(user_name: list):
290
  '''convert user_names to tweepy format'''
291
  users = []