Commit
•
5a5fcef
1
Parent(s):
3c2add5
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
from dataset_viber import AnnotatorInterFace
|
2 |
|
3 |
-
interface = AnnotatorInterFace.
|
4 |
interface.launch()
|
|
|
1 |
from dataset_viber import AnnotatorInterFace
|
2 |
|
3 |
+
interface = AnnotatorInterFace.for_text_generation_preference()
|
4 |
interface.launch()
|