Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
gdscfptu
/
ai-service-inference
like
1
Sleeping
App
Files
Files
Community
63f6e61
ai-service-inference
/
app.py
MingDoan
feat: Big Update
3a63794
10 months ago
raw
Copy download link
history
blame
Safe
104 Bytes
from
views
import
create_interface
ui = create_interface()
if
__name__ ==
"__main__"
:
ui.launch()