Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ model = None
|
|
| 85 |
device = None
|
| 86 |
PRE_IDS = None
|
| 87 |
POST_IDS = None
|
| 88 |
-
DEFAULT_PROMPT = "<image>\nDescribe this image
|
| 89 |
|
| 90 |
# ONNX session placeholder
|
| 91 |
ort_session = None
|
|
|
|
| 85 |
device = None
|
| 86 |
PRE_IDS = None
|
| 87 |
POST_IDS = None
|
| 88 |
+
DEFAULT_PROMPT = "<image>\nDescribe this image in complete one sentence nothing further then that"
|
| 89 |
|
| 90 |
# ONNX session placeholder
|
| 91 |
ort_session = None
|