Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/word-counter-tool
Chris4K
/
sentence-counter-tool
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4b676fe
sentence-counter-tool
/
app.py
Chris4K
Update app.py
7918195
about 1 year ago
raw
Copy download link
history
blame
Safe
145 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
sentence_counter
import
SentenceCounterTool
launch_gradio_demo(SentenceCounterTool)