Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/token-counter-tool
Chris4K
/
textify
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
textify
/
app.py
Chris4K
Update app.py
14e039f
verified
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
133 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
textify_text
import
TextifyTextTool
launch_gradio_demo(TextifyTextTool)