mastari commited on
Commit
42430a6
·
1 Parent(s): 4ad11e7

Fix GFPGAN weights URL (v1.3.0 release tag)

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -18,7 +18,7 @@ class EndpointHandler:
18
  # MODEL DOWNLOAD
19
  # ----------------------------
20
  self.model_url = (
21
- "https://github.com/TencentARC/GFPGAN/releases/download/v1.4.0/GFPGANv1.4.pth"
22
  )
23
  self.model_path = os.path.join(path, "GFPGANv1.4.pth")
24
  print(f"🔗 [MODEL] Model URL: {self.model_url}")
 
18
  # MODEL DOWNLOAD
19
  # ----------------------------
20
  self.model_url = (
21
+ "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.4.pth"
22
  )
23
  self.model_path = os.path.join(path, "GFPGANv1.4.pth")
24
  print(f"🔗 [MODEL] Model URL: {self.model_url}")