serenarolloh commited on
Commit
1deaf3b
·
verified ·
1 Parent(s): 16be0ef

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -24,6 +24,6 @@ class Settings(BaseSettings):
24
 
25
  def get_model_url(self, shipper_id: int) -> str:
26
  model = self.model_map.get(shipper_id, "default-model")
27
- return f"https://{self.space_base}/{model}"
28
 
29
  settings = Settings()
 
24
 
25
  def get_model_url(self, shipper_id: int) -> str:
26
  model = self.model_map.get(shipper_id, "default-model")
27
+ return f"https://huggingface.co/{self.space_base}/{model}"
28
 
29
  settings = Settings()