Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tymec
/
sentiment-analysis
like
0
Running
App
Files
Files
0993d5e
sentiment-analysis
/
app
/
__main__.py
Tymec
Completely change the structure of the project
85ac990
7 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()