Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,6 @@ 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 |
-
cors = True,
|
68 |
)
|
69 |
|
70 |
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 |
)
|
68 |
|
69 |
iface.launch()
|