fix: prediction script
parent
48c495ec12
commit
76d1f50a19
@ -1,10 +1,11 @@
|
|||||||
|
# from uvicorn import Config, Server
|
||||||
import uvicorn
|
import uvicorn
|
||||||
from src.config import PORT, HOST
|
from src.config import PORT, HOST
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
uvicorn.run(
|
uvicorn.run(
|
||||||
"src.main:app",
|
"src.main:app",
|
||||||
host=HOST,
|
host=HOST,
|
||||||
port=PORT,
|
port=PORT,
|
||||||
reload=True
|
# reload=True
|
||||||
)
|
)
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue