dc41b87 503a72d dc41b87 503a72d
1
2
3
4
5
6
7
8
""" 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