Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
gdscfptu
/
ai-service-inference
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
56608b7
ai-service-inference
/
app.py
MingDoan
feat: Big Update
3a63794
about 1 year ago
raw
Copy download link
history
blame
Safe
104 Bytes
from
views
import
create_interface
ui = create_interface()
if
__name__ ==
"__main__"
:
ui.launch()