Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vikaspandey582003
/
echo-ultimate
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
echo-ultimate
/
asgi.py
Vikaspandey582003
fix: pure FastAPI on port 7860 — all OpenEnv endpoints live + Gradio at /ui
fc58aef
verified
13 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
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