Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from functions_preprocess import LinguisticPreprocessor, download_if_non_existent, CNN
|
| 3 |
import pickle
|
| 4 |
import nltk
|
| 5 |
from datasets import load_dataset
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from functions_preprocess import LinguisticPreprocessor, download_if_non_existent, CNN, build_vocab
|
| 3 |
import pickle
|
| 4 |
import nltk
|
| 5 |
from datasets import load_dataset
|