Spaces:
Running
Running
flagging
Browse files
app.py
CHANGED
@@ -85,7 +85,10 @@ gradio_app = gr.Interface(
|
|
85 |
],
|
86 |
cache_examples=True,
|
87 |
live=True,
|
88 |
-
title="π DeepMoji π"
|
|
|
|
|
|
|
89 |
)
|
90 |
|
91 |
if __name__ == "__main__":
|
|
|
85 |
],
|
86 |
cache_examples=True,
|
87 |
live=True,
|
88 |
+
title="π DeepMoji π",
|
89 |
+
allow_duplication=True,
|
90 |
+
allow_flagging="manual",
|
91 |
+
flagging_options=["sarcasm/innuendo π", "Top # unsuitable/other"]
|
92 |
)
|
93 |
|
94 |
if __name__ == "__main__":
|