from transformers.tools.base import launch_gradio_demo
from emojify_text import EmojifyTextTool

launch_gradio_demo(EmojifyTextTool)