Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
moriire
/
OpenGenAI
like
0
Sleeping
App
Files
Files
Community
5a5e2f6
OpenGenAI
/
main.py
IBM Abdulsalam
latest
ba86161
9 months ago
raw
Copy download link
history
blame
133 Bytes
import
uvicorn
#from app.app import app
if
__name__ ==
"__main__"
:
uvicorn.run(
"app.app:app"
, host=
"0.0.0.0"
, log_level=
"info"
)