Guhanselvam's picture
Upload 4 files
fd0c703 verified
raw
history blame
151 Bytes
from transformers.tools.base import launch_gradio_demo
from sentiment_analysis import SentimentAnalysisTool
launch_gradio_demo(SentimentAnalysisTool)