Gleb Gleb
commited on
Commit
·
6a65bcb
1
Parent(s):
93c2b81
forgot comma
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ demo = gr.Interface(
|
|
27 |
],
|
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 |
|
|
|
27 |
],
|
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 |
|