Winnie-Kay commited on
Commit
e5238cb
·
1 Parent(s): 6a7d1c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -34,8 +34,7 @@ model2 = AutoModelForSequenceClassification.from_pretrained(model2_path)
34
  # Define a function to preprocess the text data
35
 
36
  def preprocess(text):
37
-
38
-     new_text = []
39
 
40
      # Replace user mentions with '@user'
41
 
 
34
  # Define a function to preprocess the text data
35
 
36
  def preprocess(text):
37
+ new_text = []
 
38
 
39
      # Replace user mentions with '@user'
40