serenarolloh commited on
Commit
728aa77
·
verified ·
1 Parent(s): 49e3b35

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +3 -3
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: