Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
F00KEN
/
e-motion
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
44be8c8
e-motion
/
src
/
app.py
F00KEN
e-motion project using gradio
44be8c8
about 1 year ago
raw
Copy download link
history
blame
Safe
165 Bytes
"""Main module to run the Gradio interface for sentiment analysis."""
from
gradio_interface
import
demo
if
__name__ ==
"__main__"
:
demo.launch(inbrowser=
True
)