Spaces:
Sleeping
Sleeping
Commit ·
092ef5d
1
Parent(s): f46ca7d
Update model.py
Browse files
model.py
CHANGED
|
@@ -7,7 +7,7 @@ Batch : HCK-009
|
|
| 7 |
|
| 8 |
Objective : Creating a page for emotion classification
|
| 9 |
'''
|
| 10 |
-
from functions import get_wordnet_pos, preprocess_text,
|
| 11 |
import streamlit as st
|
| 12 |
import pandas as pd
|
| 13 |
import joblib
|
|
|
|
| 7 |
|
| 8 |
Objective : Creating a page for emotion classification
|
| 9 |
'''
|
| 10 |
+
from functions import get_wordnet_pos, preprocess_text, prediction
|
| 11 |
import streamlit as st
|
| 12 |
import pandas as pd
|
| 13 |
import joblib
|