abdulrafishaik commited on
Commit
7a0593d
·
verified ·
1 Parent(s): 6e7ba8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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")