sharktide commited on
Commit
914e3cc
·
verified ·
1 Parent(s): cf1ca03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -442,7 +442,7 @@ async def generate_image(request: Request, prompt: str = None):
442
  print(f"[IMAGE GEN] Routing to model: {chosen_model}")
443
 
444
  url = f"https://gen.pollinations.ai/image/{prompt}?model={chosen_model}&key={PKEY2}"
445
-
446
  async with httpx.AsyncClient(timeout = timeout) as client:
447
  response = await client.get(url)
448
 
 
442
  print(f"[IMAGE GEN] Routing to model: {chosen_model}")
443
 
444
  url = f"https://gen.pollinations.ai/image/{prompt}?model={chosen_model}&key={PKEY2}"
445
+ print(url)
446
  async with httpx.AsyncClient(timeout = timeout) as client:
447
  response = await client.get(url)
448