argus-mlops / app.py
hodfa840's picture
Fix scroll reset for HF Spaces double-iframe context
1aa566a
raw
history blame contribute delete
142 Bytes
"""
Application entry point.
uvicorn app:app --host 0.0.0.0 --port 8000 --reload
"""
from src.api.main import create_app
app = create_app()