Arkm20 commited on
Commit
4455436
·
verified ·
1 Parent(s): 0d3710f

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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 Flux 666 Image Generator API!"}
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(