Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tymec
/
sentiment-analysis
like
0
Running
App
Files
Files
308dcf9
sentiment-analysis
/
app.py
Tymec
Entry point for HF space
9e32ffe
7 months ago
raw
Copy download link
history
blame
Safe
148 Bytes
"""Entry point for Hugging Face gradio space."""
from
app.gui
import
launch_gui
launch_gui(
"models/sentiment140_tfidf_ft-20000.pkl"
, share=
False
)