abdullahalioo commited on
Commit
807cc58
·
verified ·
1 Parent(s): fc90507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ async def process_image(
167
  # Process image with vision model
168
  response = await process_image_with_vision(image_data, question, model)
169
 
170
- return JSONResponse(content={"answer": response})
171
 
172
  def get_app():
173
  return app
 
167
  # Process image with vision model
168
  response = await process_image_with_vision(image_data, question, model)
169
 
170
+ return response
171
 
172
  def get_app():
173
  return app