Beeniebeen commited on
Commit
02b9773
ยท
verified ยท
1 Parent(s): 007dc26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import gradio as gr
2
  from transformers import pipeline
3
 
 
 
4
  # ๊ฐ์„ฑ ๋ถ„์„ ๋ชจ๋ธ์„ ๋ถˆ๋Ÿฌ์˜ต๋‹ˆ๋‹ค.
5
  sentiment = pipeline('sentiment-analysis')
6
 
 
1
  import gradio as gr
2
  from transformers import pipeline
3
 
4
+ pip install transformers
5
+
6
  # ๊ฐ์„ฑ ๋ถ„์„ ๋ชจ๋ธ์„ ๋ถˆ๋Ÿฌ์˜ต๋‹ˆ๋‹ค.
7
  sentiment = pipeline('sentiment-analysis')
8