gaur3009 commited on
Commit
7f4c20c
·
verified ·
1 Parent(s): 9a8d233

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -63,6 +63,7 @@ def main():
63
  title="AI Grammar Checker",
64
  description="Speak or type a sentence to check its grammar, get corrections, and see a score.",
65
  live=False, # Only processes when user submits
 
66
  )
67
 
68
  iface.launch()
 
63
  title="AI Grammar Checker",
64
  description="Speak or type a sentence to check its grammar, get corrections, and see a score.",
65
  live=False, # Only processes when user submits
66
+ api_name = "/predict",
67
  )
68
 
69
  iface.launch()