sentiment-tool / app.py
Chris4K's picture
Update app.py
b4af8b1
raw
history blame
No virus
149 Bytes
from transformers.tools.base import launch_gradio_demo
from sentiment_analysis import SentimentAnaysisTool
launch_gradio_demo(SentimentAnaysisTool)