sentiment-tool / app.py
Chris4K's picture
Update app.py
dcc31f6
raw
history blame
150 Bytes
from transformers.tools.base import launch_gradio_demo
from text_generator import TextGenerationTool
launch_gradio_demo(RandomCharatorGeneratorTool)