Commit
•
870e45d
1
Parent(s):
ebf5e5d
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
from dataset_viber import AnnotatorInterFace
|
2 |
|
3 |
-
interface = AnnotatorInterFace.for_image_classification()
|
4 |
interface.launch()
|
|
|
1 |
from dataset_viber import AnnotatorInterFace
|
2 |
|
3 |
+
interface = AnnotatorInterFace.for_image_classification(multi_label=True)
|
4 |
interface.launch()
|