Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
"""
|
|
|
|
| 2 |
PaddleOCR-VL-1.5 Bridge Server (HF Spaces Edition)
|
| 3 |
====================================================
|
|
|
|
| 4 |
With per-token and per-word confidence scores via vLLM logprobs.
|
| 5 |
|
| 6 |
Architecture:
|
|
|
|
| 1 |
"""
|
| 2 |
+
|
| 3 |
PaddleOCR-VL-1.5 Bridge Server (HF Spaces Edition)
|
| 4 |
====================================================
|
| 5 |
+
|
| 6 |
With per-token and per-word confidence scores via vLLM logprobs.
|
| 7 |
|
| 8 |
Architecture:
|