Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,6 @@ iface = gr.Interface(
|
|
15 |
inputs=["text", gr.Number(precision=0)],
|
16 |
outputs="text",
|
17 |
live=True,
|
18 |
-
title="
|
19 |
)
|
20 |
iface.launch()
|
|
|
15 |
inputs=["text", gr.Number(precision=0)],
|
16 |
outputs="text",
|
17 |
live=True,
|
18 |
+
title="n-grams maker",
|
19 |
)
|
20 |
iface.launch()
|