shiertier commited on
Commit
369c816
·
verified ·
1 Parent(s): 754acff

Update app.py

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