Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
import pickle
|
2 |
import gradio as gr
|
3 |
-
from sklearn.feature_extraction.text import CountVectorizer
|
4 |
-
from sklearn.naive_bayes import BernoulliNB
|
5 |
|
6 |
|
7 |
with open('stress_1.0.pkl','rb') as f:
|
|
|
1 |
import pickle
|
2 |
import gradio as gr
|
|
|
|
|
3 |
|
4 |
|
5 |
with open('stress_1.0.pkl','rb') as f:
|