aymen12 commited on
Commit
d42153f
·
1 Parent(s): 0ddd4cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Classifier",
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()