Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,8 @@ DEBUG_MODE = os.environ.get("DEBUG_MODE", "false").lower() == "true"
|
|
19 |
# 模型配置映射
|
20 |
MODEL_CONFIGS = {
|
21 |
"ep3": "ep3.pth",
|
22 |
-
"ep3latest": "ep3latest.pth"
|
|
|
23 |
}
|
24 |
|
25 |
def validate_dimensions(width: int, height: int) -> tuple[int, int]:
|
|
|
19 |
# 模型配置映射
|
20 |
MODEL_CONFIGS = {
|
21 |
"ep3": "ep3.pth",
|
22 |
+
"ep3latest": "ep3latest.pth",
|
23 |
+
"ep6": "0622.pth",
|
24 |
}
|
25 |
|
26 |
def validate_dimensions(width: int, height: int) -> tuple[int, int]:
|