Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -22,7 +22,7 @@ client = Client("K00B404/flux_666")
|
|
22 |
|
23 |
@app.get("/")
|
24 |
def root():
|
25 |
-
return {"message": "Welcome to the
|
26 |
|
27 |
@app.get("/gen")
|
28 |
def generate_image(
|
|
|
22 |
|
23 |
@app.get("/")
|
24 |
def root():
|
25 |
+
return {"message": "Welcome to the JanitorAI Generator API! Use /gen?prompt={prompt} to request an image"}
|
26 |
|
27 |
@app.get("/gen")
|
28 |
def generate_image(
|