Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,6 @@ This project is a Flask web application that identifies the language of input te
|
|
15 |
- The input text is preprocessed before being fed into the model for prediction.
|
16 |
|
17 |
### USAGE
|
18 |
-
|
19 |
```python
|
20 |
def predict_language(text, model, cv, le):
|
21 |
cleaned_text = clean_text(text)
|
|
|
15 |
- The input text is preprocessed before being fed into the model for prediction.
|
16 |
|
17 |
### USAGE
|
|
|
18 |
```python
|
19 |
def predict_language(text, model, cv, le):
|
20 |
cleaned_text = clean_text(text)
|