Nooshinbr commited on
Commit
cb09075
·
1 Parent(s): 9d04327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- gradio as gr
2
  from transformers import pipeline
3
  sentiment = pipeline("sentiment-analysis")
4
  def get_sentiment(input_text):
 
1
+ import gradio as gr
2
  from transformers import pipeline
3
  sentiment = pipeline("sentiment-analysis")
4
  def get_sentiment(input_text):