Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tymec
/
sentiment-analysis
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
b42b884
sentiment-analysis
/
app.py
Tymec
Change HF entry point and add examples
b42b884
10 months ago
raw
Copy download link
history
blame
Safe
106 Bytes
"""Entry point for Hugging Face gradio space."""
from
app.gui
import
launch_gui
launch_gui(share=
False
)