Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
|
5 |
-
# ๊ฐ์ฑ ๋ถ์ ๋ชจ๋ธ์
|
6 |
sentiment = pipeline('sentiment-analysis')
|
7 |
|
8 |
def get_sentiment(input_text):
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
|
5 |
+
# ๊ฐ์ฑ ๋ถ์ ๋ชจ๋ธ์ ๋ถ๋ฌ์ต๋๋ค
|
6 |
sentiment = pipeline('sentiment-analysis')
|
7 |
|
8 |
def get_sentiment(input_text):
|