Spaces:
Runtime error
Runtime error
Commit
Β·
4cdd788
1
Parent(s):
0d72077
update new model
Browse files
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
|
200 |
-
{"text": "Extract LPR information
|
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"]},
|