sentiment-tool / app.py
Chris4K's picture
Update app.py
1843ae2
raw history blame
No virus
151 Bytes
from transformers.tools.base import launch_gradio_demo
from sentiment_analysis import SentimentAnalysisTool
launch_gradio_demo(SentimentAnalysisTool)