Gleb Gleb
commited on
Commit
·
93c2b81
1
Parent(s):
7b72d87
removed flagging
Browse files
app.py
CHANGED
@@ -28,6 +28,7 @@ demo = gr.Interface(
|
|
28 |
outputs=gr.Textbox(label="Normalized Output"),
|
29 |
title="Solr Normalization Pipeline",
|
30 |
description="Text normalization using Lucene analyzers. Language auto-detected if not selected."
|
|
|
31 |
)
|
32 |
|
33 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
28 |
outputs=gr.Textbox(label="Normalized Output"),
|
29 |
title="Solr Normalization Pipeline",
|
30 |
description="Text normalization using Lucene analyzers. Language auto-detected if not selected."
|
31 |
+
allow_flagging="never"
|
32 |
)
|
33 |
|
34 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|