limitedonly41 commited on
Commit
b64d1d0
·
verified ·
1 Parent(s): 4099284

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -110,7 +110,6 @@ def classify_website(url):
110
  text = df_result_train_more['text'][0]
111
  translated = GoogleTranslator(source='auto', target='en').translate(text[:4990])
112
 
113
- return translated
114
 
115
  try:
116
  # Load the model and tokenizer if they are not already loaded
 
110
  text = df_result_train_more['text'][0]
111
  translated = GoogleTranslator(source='auto', target='en').translate(text[:4990])
112
 
 
113
 
114
  try:
115
  # Load the model and tokenizer if they are not already loaded