File size: 101 Bytes
cc4ea58
 
 
 
 
1
2
3
4
5
6
# HuggingFace Spaces entry point
from api.main import app

# Re-export for uvicorn
__all__ = ["app"]