tanvir-ishraq commited on
Commit
4ea1af7
1 Parent(s): 896f143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from blurr.text.modeling.all import *
12
 
13
  with open('question_labels.json', 'r') as f:
14
  question_dictionary = json.load(f)
15
- que_classes = question_dictionary.key() list(labels.keys())
16
 
17
  blurr_model = load_learner('healifyLLM-stage4.pkl')
18
 
 
12
 
13
  with open('question_labels.json', 'r') as f:
14
  question_dictionary = json.load(f)
15
+ que_classes = list(question_dictionary.keys())
16
 
17
  blurr_model = load_learner('healifyLLM-stage4.pkl')
18