File size: 195 Bytes
6f4e455 |
1 2 3 4 5 6 7 8 |
"""
Entry point for Hugging Face Spaces deployment
"""
# Import your FastAPI app
from api import app
# This is the entry point for Hugging Face Spaces
# It will automatically be detected and run |