diff --git a/main.py b/main.py index 31ffdc2..018325e 100644 --- a/main.py +++ b/main.py @@ -91,4 +91,4 @@ async def get_image(file_name: str, cache: TTLCache = Depends(create_cache)): if __name__ == "__main__": - uvicorn.run(app) \ No newline at end of file + uvicorn.run(app, host='0.0.0.0', port=8000) \ No newline at end of file