Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tymec
/
sentiment-analysis
like
0
Running
App
Files
Files
Tymec
commited on
May 30
Commit
9e32ffe
•
1 Parent(s):
cdf1241
Entry point for HF space
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
"""Entry point for Hugging Face gradio space."""
2
+
3
+
from app.gui import launch_gui
4
+
5
+
launch_gui("models/sentiment140_tfidf_ft-20000.pkl", share=False)