Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/token-counter-tool
Chris4K
/
word-counter-tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bdba3bf
word-counter-tool
/
app.py
Chris4K
Update app.py
5195b56
over 1 year ago
raw
Copy download link
history
blame
Safe
133 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
word_counter
import
WordCounterTool
launch_gradio_demo(WordCounterTool)