shahzaibelbert commited on
Commit
079ecc6
·
1 Parent(s): 94e2e9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,5 +10,5 @@ def grammar_check(text):
10
  results = corrector(text)
11
  print(results)
12
  return results
13
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
14
  iface.launch()
 
10
  results = corrector(text)
11
  print(results)
12
  return results
13
+ iface = gr.Interface(fn=grammar_check, inputs="text", outputs="text")
14
  iface.launch()