Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ print(report_logistic)
|
|
| 77 |
#conf_matrix = confusion_matrix(y_test, y_pred_logistic)
|
| 78 |
|
| 79 |
#ConfusionMatrixDisplay(conf_matrix).plot()
|
| 80 |
-
import gradio
|
| 81 |
# Function to classify sentiment
|
| 82 |
def classify_sentiment(text):
|
| 83 |
processed_text = preprocess_text(text)
|
|
|
|
| 77 |
#conf_matrix = confusion_matrix(y_test, y_pred_logistic)
|
| 78 |
|
| 79 |
#ConfusionMatrixDisplay(conf_matrix).plot()
|
| 80 |
+
import gradio as gr
|
| 81 |
# Function to classify sentiment
|
| 82 |
def classify_sentiment(text):
|
| 83 |
processed_text = preprocess_text(text)
|