Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|