davidberenstein1957's picture
Update app.py
713f809 verified
raw
history blame contribute delete
No virus
138 Bytes
from dataset_viber import AnnotatorInterFace
interface = AnnotatorInterFace.for_text_classification(multi_label=True)
interface.launch()