text-image / app.py
speedartificialintelligence1122's picture
Create app.py
cff8cd2 verified
raw
history blame
138 Bytes
from fastapi import FastAPI
app = FastAPI()
@app.get("/")
def root():
return {"message": "Welcome to SpeedAI Image Generator ๐Ÿš€"}