Spaces:
Runtime error
Runtime error
update
Browse files
main.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
5 |
|
6 |
app = FastAPI()
|
7 |
|
8 |
-
pipe_ocr = pipeline(
|
9 |
|
10 |
app.mount("/", StaticFiles(directory="static", html=True), name="static")
|
11 |
|
|
|
5 |
|
6 |
app = FastAPI()
|
7 |
|
8 |
+
pipe_ocr = pipeline(model="naver-clova-ocr/bros-base-uncased")
|
9 |
|
10 |
app.mount("/", StaticFiles(directory="static", html=True), name="static")
|
11 |
|