Achim Rabus commited on
Commit
91dbb61
·
1 Parent(s): 61b711a

fix: valid HF Space colorFrom/colorTo values

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Polyscriptor HTR Demo
3
  emoji: 📝
4
- colorFrom: teal
5
- colorTo: slate
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
@@ -13,11 +13,7 @@ license: apache-2.0
13
  This Space runs the existing Polyscriptor FastAPI/Web UI in a constrained hosted
14
  demo mode:
15
 
16
- - CRNN-CTC (PyLaia-inspired) engines only.
17
- - Public model presets are downloaded from `achimrabus/*` Hugging Face model repos.
18
  - CPU inference only.
19
- - Lightweight horizontal projection line segmentation on Spaces.
20
  - Temporary uploads only.
21
-
22
- The local GPU/server workflow and the existing mobile PWA demo are not part of
23
- this hosted demo configuration.
 
1
  ---
2
  title: Polyscriptor HTR Demo
3
  emoji: 📝
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
 
13
  This Space runs the existing Polyscriptor FastAPI/Web UI in a constrained hosted
14
  demo mode:
15
 
16
+ - CRNN-CTC (PyLaia), TrOCR, Kraken BLLA, Commercial APIs (OpenAI, Gemini, Claude), OpenWebUI.
17
+ - Public CRNN-CTC presets downloaded from `achimrabus/*` Hugging Face model repos.
18
  - CPU inference only.
 
19
  - Temporary uploads only.