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:
privateone
/
ONesAPI
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ONesAPI
/
main.py
BinaryONe
Fixed Package issue In DockerFile
6547b0c
over 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
158 Bytes
from
fastapi
import
FastAPI, APIRouter
from
server
import
app
if
__name__ ==
"__main__"
:
import
uvicorn
uvicorn.run(app, host=
"0.0.0.0"
, port=
7860
)