echo-ultimate / asgi.py
Vikaspandey582003's picture
fix: pure FastAPI on port 7860 — all OpenEnv endpoints live + Gradio at /ui
fc58aef verified
raw
history blame contribute delete
175 Bytes
"""Stable ASGI entrypoint for Hugging Face Docker Space."""
import os
import sys
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
from server.app import app