Snizhanna commited on
Commit
3c9ab88
·
verified ·
1 Parent(s): 8a6f7f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  import dill as pickle
3
- # from utils_models import load_roberta, predict_roberta, predict_lr_rf
4
- # from text_preprocessing import preprocess_text
5
 
6
  def identity_tokenizer(text):
7
  return text
 
1
  import gradio as gr
2
  import dill as pickle
3
+ from utils_models import load_roberta, predict_roberta, predict_lr_rf
4
+ from text_preprocessing import preprocess_text
5
 
6
  def identity_tokenizer(text):
7
  return text