Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Tymec
/
sentiment-analysis
like
0
Running
App
Files
Files
7f29122
sentiment-analysis
/
app
/
__main__.py
Tymec
Completely change the structure of the project
85ac990
6 months ago
raw
Copy download link
history
blame
Safe
113 Bytes
from
__future__
import
annotations
from
app.cli
import
cli_wrapper
as
cli
if
__name__ ==
"__main__"
:
cli()