Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
from pydantic import BaseSettings, Field
|
2 |
import logging
|
3 |
|
4 |
-
# Set up logging
|
5 |
-
logging.basicConfig(level=logging.INFO)
|
6 |
-
logger = logging.getLogger(__name__)
|
7 |
-
|
8 |
class Settings(BaseSettings):
|
9 |
# Default values for the processor and model
|
10 |
processor: str = Field(default="senga-ml/donut-v16")
|
|
|
1 |
from pydantic import BaseSettings, Field
|
2 |
import logging
|
3 |
|
|
|
|
|
|
|
|
|
4 |
class Settings(BaseSettings):
|
5 |
# Default values for the processor and model
|
6 |
processor: str = Field(default="senga-ml/donut-v16")
|