subhanshu commited on
Commit
b261895
·
1 Parent(s): cec3d96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  import gradio as gr
2
  from transformers import pipeline
3
  sentiment= pipeline("sentiment-analysis")
 
1
+ !pip install gradio
2
  import gradio as gr
3
  from transformers import pipeline
4
  sentiment= pipeline("sentiment-analysis")