Tymec commited on
Commit
9e32ffe
1 Parent(s): cdf1241

Entry point for HF space

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py ADDED
@@ -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)