Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ def predict(image, prompt):
|
|
| 61 |
"role": "user",
|
| 62 |
"content": "Generate a description of this image focusing on: " + prompt,
|
| 63 |
},
|
| 64 |
-
|
| 65 |
return predict_internal(resize_image_for_fast_caption(image), convo)
|
| 66 |
|
| 67 |
|
|
|
|
| 61 |
"role": "user",
|
| 62 |
"content": "Generate a description of this image focusing on: " + prompt,
|
| 63 |
},
|
| 64 |
+
]
|
| 65 |
return predict_internal(resize_image_for_fast_caption(image), convo)
|
| 66 |
|
| 67 |
|