Ridor commited on
Commit
378c9a2
·
verified ·
1 Parent(s): 047a0da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from huggingface_hub import InferenceClient
8
- import language_tool_python
9
 
10
  from Gradio_UI import GradioUI
11
 
 
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
  from huggingface_hub import InferenceClient
8
+ from python import language_tool_python
9
 
10
  from Gradio_UI import GradioUI
11