Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|