Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Param20h
/
sql-query-optimizer
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
35c8316
sql-query-optimizer
/
server
/
__init__.py
Param20h
Upload folder using huggingface_hub
210535c
verified
5 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
118 Bytes
"""FastAPI server package for SQL Query Optimizer OpenEnv environment."""
from
.app
import
app
__all__ = [
"app"
]