Priyanhsu commited on
Commit
95b02b5
·
1 Parent(s): 1fdd169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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',remote_server='https://language-tool-api.mywebsite.net')
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):