Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
@@ -26,13 +26,13 @@ class Settings(BaseSettings):
|
|
26 |
elif self.shipper_id == "139":
|
27 |
self.model = "senga-ml/donut-16"
|
28 |
self.processor = "senga-ml/donut-16"
|
29 |
-
elif self.shipper_id == "165"
|
30 |
self.model = "senga-ml/donut-17"
|
31 |
self.processor = "senga-ml/donut-17"
|
32 |
-
elif self.shipper_id == "127"
|
33 |
self.model = "senga-ml/donut-17"
|
34 |
self.processor = "senga-ml/donut-17"
|
35 |
-
elif self.shipper_id == "145"
|
36 |
self.model = "senga-ml/donut-17"
|
37 |
self.processor = "senga-ml/donut-17"
|
38 |
else:
|
|
|
26 |
elif self.shipper_id == "139":
|
27 |
self.model = "senga-ml/donut-16"
|
28 |
self.processor = "senga-ml/donut-16"
|
29 |
+
elif self.shipper_id == "165":
|
30 |
self.model = "senga-ml/donut-17"
|
31 |
self.processor = "senga-ml/donut-17"
|
32 |
+
elif self.shipper_id == "127":
|
33 |
self.model = "senga-ml/donut-17"
|
34 |
self.processor = "senga-ml/donut-17"
|
35 |
+
elif self.shipper_id == "145":
|
36 |
self.model = "senga-ml/donut-17"
|
37 |
self.processor = "senga-ml/donut-17"
|
38 |
else:
|