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...
8a0c27f
prompt_search_engine
/
api
/
service_manager.py
krstakis
Add app
8a0c27f
11 months ago
raw
Copy download link
history
blame
Safe
137 Bytes
from
web_server
import
app
import
uvicorn
def
run
():
"""
TODO
"""
uvicorn.run(app, host=
"0.0.0.0"
, port=
8000
)
run()