Spaces:
Sleeping
Sleeping
Luis J Camargo commited on
Commit ·
5cf248a
1
Parent(s): 439bd8a
update OCR model path to tachiwin/Tachiwin-OCR-1.5.
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ PROMPTS = {
|
|
| 32 |
|
| 33 |
# --- Global Model Loading ---
|
| 34 |
# We load the model globally so it persists across requests.
|
| 35 |
-
model_path = "tachiwin/
|
| 36 |
|
| 37 |
try:
|
| 38 |
logger.info(f"Loading processor from {model_path}...")
|
|
|
|
| 32 |
|
| 33 |
# --- Global Model Loading ---
|
| 34 |
# We load the model globally so it persists across requests.
|
| 35 |
+
model_path = "tachiwin/Tachiwin-OCR-1.5"
|
| 36 |
|
| 37 |
try:
|
| 38 |
logger.info(f"Loading processor from {model_path}...")
|