Test the pipeline

This commit is contained in:
dvirlabs 2025-06-18 02:28:21 +03:00
parent 9d14cd2c13
commit 7254b32bc7

View File

@ -81,5 +81,6 @@ def list_icons():
return categories return categories
if __name__ == "__main__": if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=8000) uvicorn.run(app, host="0.0.0.0", port=8000)