lycaoduong commited on
Commit
4cdd788
Β·
1 Parent(s): 0d72077

update new model

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -196,8 +196,8 @@ demo = gr.ChatInterface(
196
  description="Test Korean License Plate OCR VLMs in this demo.",
197
  examples=[{"text": "Extract LPR information.", "files":["./demo/P0.jpg"]},
198
  {"text": "Extract LPR information.", "files":["./demo/P1.jpg"]},
199
- {"text": "Extract LPR information, return in JSON format.", "files":["./demo/P2.jpg"]},
200
- {"text": "Extract LPR information.", "files":["./demo/P3.jpg"]},
201
  {"text": "Extract LPR information.", "files":["./demo/P4.jpg"]},
202
  {"text": "Extract LPR information.", "files":["./demo/P5.jpg"]},
203
  {"text": "Extract LPR information.", "files":["./demo/P6.jpg"]},
 
196
  description="Test Korean License Plate OCR VLMs in this demo.",
197
  examples=[{"text": "Extract LPR information.", "files":["./demo/P0.jpg"]},
198
  {"text": "Extract LPR information.", "files":["./demo/P1.jpg"]},
199
+ {"text": "Extract LPR information.", "files":["./demo/P2.jpg"]},
200
+ {"text": "Extract LPR information, return in JSON format", "files":["./demo/P3.jpg"]},
201
  {"text": "Extract LPR information.", "files":["./demo/P4.jpg"]},
202
  {"text": "Extract LPR information.", "files":["./demo/P5.jpg"]},
203
  {"text": "Extract LPR information.", "files":["./demo/P6.jpg"]},