Gleb Gleb
commited on
Commit
·
009d6cf
1
Parent(s):
b42f9b9
added launching
Browse files
app.py
CHANGED
@@ -21,5 +21,4 @@ demo = gr.Interface(
|
|
21 |
description="Text normalization using Lucene analyzers. Language auto-detected if not selected."
|
22 |
)
|
23 |
|
24 |
-
|
25 |
-
demo.launch()
|
|
|
21 |
description="Text normalization using Lucene analyzers. Language auto-detected if not selected."
|
22 |
)
|
23 |
|
24 |
+
demo.launch()
|
|