Luis J Camargo commited on
Commit
f1c6c82
·
1 Parent(s): 7b4cb96

back to prev model

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -69,6 +69,7 @@ class PaddleOCRModelManager(object):
69
  def download_model():
70
  """Download the fine-tuned Tachiwin model from Hugging Face"""
71
  model_repo = "tachiwin/PaddleOCR-VL-Tachiwin-BF16"
 
72
  model_dir = "./tachiwin_model"
73
 
74
  print(f"Downloading Tachiwin model from {model_repo}...")
 
69
  def download_model():
70
  """Download the fine-tuned Tachiwin model from Hugging Face"""
71
  model_repo = "tachiwin/PaddleOCR-VL-Tachiwin-BF16"
72
+ model_repo = "unsloth/PaddleOCR-VL"
73
  model_dir = "./tachiwin_model"
74
 
75
  print(f"Downloading Tachiwin model from {model_repo}...")