Spaces:
Runtime error
Runtime error
change
Browse files- app.py +1 -1
- requirements.txt +0 -1
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
|
| 2 |
|
| 3 |
import numpy as np
|
| 4 |
-
import itertools
|
| 5 |
|
| 6 |
from konlpy.tag import Okt
|
| 7 |
from sklearn.feature_extraction.text import CountVectorizer
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
import numpy as np
|
| 4 |
+
#import itertools
|
| 5 |
|
| 6 |
from konlpy.tag import Okt
|
| 7 |
from sklearn.feature_extraction.text import CountVectorizer
|
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
konlpy
|
| 2 |
sklearn
|
| 3 |
numpy
|
| 4 |
-
itertools
|
| 5 |
gradio
|
| 6 |
pip
|
| 7 |
torch
|
|
|
|
| 1 |
konlpy
|
| 2 |
sklearn
|
| 3 |
numpy
|
|
|
|
| 4 |
gradio
|
| 5 |
pip
|
| 6 |
torch
|