Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface-tools
/
text-download
like
4
Runtime error
App
Files
Files
Community
1
acd3ca5
text-download
/
app.py
lysandre
HF staff
Initial commit
acd3ca5
over 1 year ago
raw
Copy download link
history
blame
Safe
136 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
text_download
import
TextDownloadTool
launch_gradio_demo(TextDownloadTool)