Guhanselvam's picture
Rename app (8).py to app.py
f536784 verified
raw
history blame contribute delete
151 Bytes
from transformers.tools.base import launch_gradio_demo
from sentiment_analysis import SentimentAnalysisTool
launch_gradio_demo(SentimentAnalysisTool)