Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
cjovs
/
codex-console
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
affea2b
codex-console
/
src
/
web
/
__init__.py
cjovs
Deploy codex-console to HF Space
7482820
verified
2 months ago
raw
Copy download link
history
blame
Safe
95 Bytes
"""
Web UI 应用模块
"""
from
.app
import
app, create_app
__all__ = [
'app'
,
'create_app'
]