ajeetkumar01 commited on
Commit
d04e232
·
verified ·
1 Parent(s): 9803531

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
 
4
  # Function to perform sentiment analysis
5
  def sentiment_classifier(text):
6
  try:
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+
5
  # Function to perform sentiment analysis
6
  def sentiment_classifier(text):
7
  try: