davidberenstein1957 HF staff commited on
Commit
713f809
1 Parent(s): 643416e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
  from dataset_viber import AnnotatorInterFace
2
 
3
- interface = AnnotatorInterFace.for_text_classification()
4
  interface.launch()
 
1
  from dataset_viber import AnnotatorInterFace
2
 
3
+ interface = AnnotatorInterFace.for_text_classification(multi_label=True)
4
  interface.launch()