Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import dill as pickle
|
3 |
-
|
4 |
-
|
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
|