Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
10 months ago
raw
Copy download link
history
blame
contribute
delete
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
)