frankrobotics commited on
Commit
c248b5f
·
verified ·
1 Parent(s): 393dd18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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