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

Update app.py

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