ParthSadaria commited on
Commit
72b763e
·
verified ·
1 Parent(s): 14f945c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -594,7 +594,7 @@ async def get_completion(payload: Payload, request: Request, authenticated: bool
594
  @lru_cache(maxsize=256)
595
  def cached_url(url: str):
596
  return url
597
- @app.get("/images/{prompt:path}")
598
  async def create_image(
599
  prompt: str,
600
  request: Request,
 
594
  @lru_cache(maxsize=256)
595
  def cached_url(url: str):
596
  return url
597
+ @app.get("/images/{prompt:path}")
598
  async def create_image(
599
  prompt: str,
600
  request: Request,