File size: 149 Bytes
c52adb8
b4af8b1
c52adb8
b4af8b1
1
2
3
4
5
from transformers.tools.base import launch_gradio_demo
from sentiment_analysis import SentimentAnaysisTool

launch_gradio_demo(SentimentAnaysisTool)