openenv-datacleaner / env /inference.py
sairaj2's picture
openenv validation
3377530
raw
history blame contribute delete
225 Bytes
"""
Inference module for OpenEnv Data Cleaning Environment.
Provides the main entry point for Hugging Face Spaces deployment.
"""
from server.app import app
# Export the FastAPI app for Hugging Face Spaces
__all__ = ["app"]