text-download / app.py
lysandre's picture
lysandre HF staff
Initial commit
acd3ca5
raw history blame
No virus
136 Bytes
from transformers.tools.base import launch_gradio_demo
from text_download import TextDownloadTool
launch_gradio_demo(TextDownloadTool)