File size: 270 Bytes
c4a0359
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""
Entry point for Hugging Face Spaces deployment.
This file simply imports and exposes the FastAPI app from main.py.
"""
from main import app

# The app is already configured in main.py
# Hugging Face Spaces will automatically detect and serve this FastAPI app
#filler