Spaces:
Runtime error
Runtime error
Commit
·
45ca8af
1
Parent(s):
8cacfad
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def classifier(userin):
|
|
58 |
Number = 10
|
59 |
broad_scope_predictions = classification.broad_scope_class_predictor(class_embeddings, in_emb, Number, Sensitivity='High')
|
60 |
|
61 |
-
return broad_scope_predictions[
|
62 |
|
63 |
|
64 |
def generateresponse(history):
|
|
|
58 |
Number = 10
|
59 |
broad_scope_predictions = classification.broad_scope_class_predictor(class_embeddings, in_emb, Number, Sensitivity='High')
|
60 |
|
61 |
+
return broad_scope_predictions[1]
|
62 |
|
63 |
|
64 |
def generateresponse(history):
|