Spaces:
Sleeping
Sleeping
Update config.py
Browse files
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()
|