Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ def correct(text):
|
|
20 |
correctedSet = gf.correct(sentence , max_candidates=1)
|
21 |
for corrected in correctedSet:
|
22 |
output += corrected
|
23 |
-
print(corrected)
|
24 |
return output
|
25 |
|
26 |
iface = gr.Interface(
|
|
|
20 |
correctedSet = gf.correct(sentence , max_candidates=1)
|
21 |
for corrected in correctedSet:
|
22 |
output += corrected
|
|
|
23 |
return output
|
24 |
|
25 |
iface = gr.Interface(
|