Tymec's picture
Entry point for HF space
9e32ffe
raw
history blame
No virus
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)