Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def tagging(
|
|
15 |
except error:
|
16 |
raise gr.Error(f"Error {error}")
|
17 |
|
18 |
-
output = classifier(text_input, candidate_labels, True)
|
19 |
|
20 |
return output
|
21 |
|
|
|
15 |
except error:
|
16 |
raise gr.Error(f"Error {error}")
|
17 |
|
18 |
+
output = classifier(text_input, candidate_labels, multi_label=True)
|
19 |
|
20 |
return output
|
21 |
|