Grinding commited on
Commit
b6228ee
·
verified ·
1 Parent(s): 6f8df29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 briefly in one short sentence."
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