textify / app.py
Chris4K's picture
Update app.py
14e039f verified
raw history blame
No virus
133 Bytes
from transformers.tools.base import launch_gradio_demo
from textify_text import TextifyTextTool
launch_gradio_demo(TextifyTextTool)