Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
@@ -3,9 +3,9 @@ from typing import Dict
|
|
3 |
|
4 |
class Settings(BaseSettings):
|
5 |
model_map: Dict[int, str] = {
|
6 |
-
61: "donut-
|
7 |
-
81: "
|
8 |
-
139: "
|
9 |
165: "donut-v17",
|
10 |
145: "donut-v17",
|
11 |
127: "donut-v17",
|
|
|
3 |
|
4 |
class Settings(BaseSettings):
|
5 |
model_map: Dict[int, str] = {
|
6 |
+
61: "donut-v16",
|
7 |
+
81: "donut-v16",
|
8 |
+
139: "donut-v16",
|
9 |
165: "donut-v17",
|
10 |
145: "donut-v17",
|
11 |
127: "donut-v17",
|