adding the logic to generate the image
This commit is contained in:
4
backend/main.py
Normal file
4
backend/main.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import uvicorn
|
||||
|
||||
if __name__ == "__main__":
|
||||
uvicorn.run("app.main:app", host="0.0.0.0", port=5001, log_level="info")
|
||||
Reference in New Issue
Block a user