AWeirdDev commited on
Commit
73fd97f
·
verified ·
1 Parent(s): f7934f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -15,3 +15,5 @@ def get_caption(image: str, question: str):
15
  @app.post("/caption")
16
  async def captioning(image: str, question):
17
  return JSONResponse({"caption": asyncio.to_thread(get_caption, image, question)})
 
 
 
15
  @app.post("/caption")
16
  async def captioning(image: str, question):
17
  return JSONResponse({"caption": asyncio.to_thread(get_caption, image, question)})
18
+
19
+ # yo