Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/text-generation-tool
Chris4K
/
most-downloaded-model
like
0
Sleeping
App
Files
Files
Community
ec4b2fc
most-downloaded-model
/
app.py
Chris4K
Update app.py
ec4b2fc
12 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
text_generator
import
TextGenerationTool
launch_gradio_demo(TextGenerationTool, debug=
True
, share=
True
)