fix: prediction script
parent
48c495ec12
commit
76d1f50a19
@ -1,10 +1,11 @@
|
||||
# from uvicorn import Config, Server
|
||||
import uvicorn
|
||||
from src.config import PORT, HOST
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run(
|
||||
"src.main:app",
|
||||
host=HOST,
|
||||
port=PORT,
|
||||
reload=True
|
||||
)
|
||||
"src.main:app",
|
||||
host=HOST,
|
||||
port=PORT,
|
||||
# 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