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...
9d97f7a
textify
/
app.py
Chris4K
Update app.py
6502237
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
149 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
textify_text.TextifyTextTool
import
TextifyTextTool
launch_gradio_demo(TextifyTextTool)