Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ndyah2020
/
VietSent_Pipeline
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
VietSent_Pipeline
/
app.py
ndyah2020
Upload 8 files
e6e7585
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
110 Bytes
# app.py
from
src.ui
import
setup_ui
def
main
():
setup_ui()
if
__name__ ==
"__main__"
:
main()