Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
@@ -2,8 +2,8 @@ from pydantic import BaseSettings
|
|
2 |
|
3 |
class Settings(BaseSettings):
|
4 |
# Default values for the processor and model
|
5 |
-
processor: str = "senga-ml/
|
6 |
-
model: str = "senga-ml/
|
7 |
dataset: str = "senga-ml/dnotes-data-v6"
|
8 |
base_config: str = "naver-clova-ix/donut-base"
|
9 |
base_processor: str = "naver-clova-ix/donut-base"
|
|
|
2 |
|
3 |
class Settings(BaseSettings):
|
4 |
# Default values for the processor and model
|
5 |
+
processor: str = "senga-ml/donut-v16"
|
6 |
+
model: str = "senga-ml/donut-v16"
|
7 |
dataset: str = "senga-ml/dnotes-data-v6"
|
8 |
base_config: str = "naver-clova-ix/donut-base"
|
9 |
base_processor: str = "naver-clova-ix/donut-base"
|