gaur3009 commited on
Commit
57568f6
·
verified ·
1 Parent(s): 99ac6dd

Update app.py

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