Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/random-character-tool
Chris4K
/
what-time-is-it-tool
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6329f26
what-time-is-it-tool
/
app.py
Chris4K
Update app.py
3c99288
over 1 year ago
raw
Copy download link
history
blame
Safe
153 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
text_generator
import
TextGenerationTool
launch_gradio_demo(TextGenerationTool, share=
True
)