Chris4K's picture
Update app.py
5195b56
raw
history blame
No virus
133 Bytes
from transformers.tools.base import launch_gradio_demo
from word_counter import WordCounterTool
launch_gradio_demo(WordCounterTool)