Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
from transformers import pipeline
|
4 |
|
5 |
-
Sentiment pipeline
|
6 |
sentiment = pipeline("text-classification", model="tabularisai/multilingual-sentiment-analysis")
|
7 |
|
8 |
"""
|
|
|
2 |
from huggingface_hub import InferenceClient
|
3 |
from transformers import pipeline
|
4 |
|
5 |
+
#Sentiment pipeline
|
6 |
sentiment = pipeline("text-classification", model="tabularisai/multilingual-sentiment-analysis")
|
7 |
|
8 |
"""
|