Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chris4K/random-character-tool
Chris4K
/
sentiment-tool
like
1
Sleeping
App
Files
Files
Community
539c396
sentiment-tool
/
app.py
Chris4K
Update app.py
44b9c48
12 months ago
raw
Copy download link
history
blame
Safe
171 Bytes
from
transformers.tools.base
import
launch_gradio_demo
from
random_charactor_generator
import
RandomCharatorGeneratorTool
launch_gradio_demo(RandomCharatorGeneratorTool)