Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sakthi07
/
customercare
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9e075c2
customercare
/
app.py
sakthi07
Local successful ready for huggingface deployment
3b362b1
8 months ago
raw
Copy download link
history
blame
Safe
122 Bytes
import
gradio
as
gr
from
frontend.ui
import
build_ui
if
__name__ ==
"__main__"
:
demo = build_ui()
demo.launch()