DexterSptizu
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ from gensim.corpora import Dictionary
|
|
4 |
from gensim.utils import simple_preprocess
|
5 |
from gensim.parsing.preprocessing import remove_stopwords
|
6 |
import numpy as np
|
|
|
7 |
warnings.filterwarnings('ignore')
|
8 |
|
9 |
# Example texts
|
|
|
4 |
from gensim.utils import simple_preprocess
|
5 |
from gensim.parsing.preprocessing import remove_stopwords
|
6 |
import numpy as np
|
7 |
+
import warnings
|
8 |
warnings.filterwarnings('ignore')
|
9 |
|
10 |
# Example texts
|