aymen12 commited on
Commit
baa3cdc
·
1 Parent(s): dfea844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def generate_ngrams(sentence, n):
10
  return res
11
  iface = gr.Interface(
12
  fn=generate_ngrams,
13
- inputs=["text", inputs=["text", gr.Number(precision=0)],
14
  outputs="text",
15
  live=True,
16
  title="Classifier",
 
10
  return res
11
  iface = gr.Interface(
12
  fn=generate_ngrams,
13
+ inputs=["text", gr.Number(precision=0)],
14
  outputs="text",
15
  live=True,
16
  title="Classifier",