hassaanik commited on
Commit
f01ad32
1 Parent(s): 35bf3d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
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)