Spaces:
Runtime error
Runtime error
Commit
·
a4d835d
1
Parent(s):
b371d73
Update app.py
Browse files
app.py
CHANGED
@@ -14,5 +14,5 @@ def correct_grammar(input_text,num_return_sequences=1):
|
|
14 |
return tgt_text
|
15 |
|
16 |
if text:
|
17 |
-
result = correct_grammar(text)
|
18 |
st.json(result)
|
|
|
14 |
return tgt_text
|
15 |
|
16 |
if text:
|
17 |
+
result = correct_grammar(text)
|
18 |
st.json(result)
|