walker11's picture
Upload 11 files
503a72d verified
raw
history blame contribute delete
220 Bytes
"""
Entry point for Hugging Face Spaces deployment of Rawi API
"""
from main import app
# This file serves as the entry point for Hugging Face Spaces
# It imports and exposes the FastAPI app object from main.py