Chris4K's picture
Update app.py
68487a3
raw
history blame
134 Bytes
from transformers.tools.base import launch_gradio_demo
from token_counter import WordCounterTool
launch_gradio_demo(WordCounterTool)