Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
krstakis
/
prompt_search_engine
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
63a3ec4
prompt_search_engine
/
api
/
service_manager.py
krstakis
fixed imports and back to multistaging
63a3ec4
11 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
from
.web_server
import
app
import
uvicorn
def
run
():
"""
TODO
"""
uvicorn.run(app, host=
"0.0.0.0"
, port=
8000
)