3v324v23's picture
Deploy backend to Hugging Face Spaces
6f4e455
raw
history blame contribute delete
195 Bytes
"""
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