mutisya commited on
Commit
7f0d58a
·
verified ·
1 Parent(s): 7396082

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ async def startup_event():
83
  # Download and initialize model
84
  reader = easyocr.Reader(
85
  ['en'],
86
- model_storage_directory=model_storage_directory,
87
  # download_enabled=True, # Force download even if model exists
88
  gpu=gpu, # Enable GPU if available
89
  #detector=True, # Use CUDA detector
 
83
  # Download and initialize model
84
  reader = easyocr.Reader(
85
  ['en'],
86
+ # model_storage_directory=model_storage_directory,
87
  # download_enabled=True, # Force download even if model exists
88
  gpu=gpu, # Enable GPU if available
89
  #detector=True, # Use CUDA detector