Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
human_read={"LABEL_0":"Negative",
|
2 |
"LABEL_1":"Positive"}
|
3 |
sentimental=pipeline("text-classification", model="Dmyadav2001/Sentimental-Analysis")
|
|
|
1 |
+
|
2 |
+
from transformers import pipeline
|
3 |
+
import gradio as gr
|
4 |
+
|
5 |
human_read={"LABEL_0":"Negative",
|
6 |
"LABEL_1":"Positive"}
|
7 |
sentimental=pipeline("text-classification", model="Dmyadav2001/Sentimental-Analysis")
|