Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from nltk.sentiment import SentimentIntensityAnalyzer
|
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
# Initialize LanguageTool object outside the function
|
| 7 |
-
tool = LanguageTool('en-US'
|
| 8 |
sia = SentimentIntensityAnalyzer()
|
| 9 |
|
| 10 |
def grammar_check(text):
|
|
|
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
# Initialize LanguageTool object outside the function
|
| 7 |
+
tool = LanguageTool('en-US')
|
| 8 |
sia = SentimentIntensityAnalyzer()
|
| 9 |
|
| 10 |
def grammar_check(text):
|