""" | |
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 |
""" | |
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 |