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:
FreshPixels
/
PinkSky
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c64f4ef
PinkSky
/
server
/
__main__.py
FreshPixels
Rename __main__.py to server/__main__.py
86d5996
verified
about 2 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
115 Bytes
"""Точка входа для python -m server"""
from
.main
import
main
if
__name__ ==
"__main__"
:
main()