renatotn7 commited on
Commit
454296d
·
1 Parent(s): 736755c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ bg_upsampler = None
27
 
28
  # set up GFPGAN restorer
29
  restorer = GFPGANer(
30
- model_path='experiments/pretrained_models/GFPGANv1.3.pth',
31
  upscale=2,
32
  arch='clean',
33
  channel_multiplier=2,
 
27
 
28
  # set up GFPGAN restorer
29
  restorer = GFPGANer(
30
+ model_path='GFPGANv1.3.pth',
31
  upscale=2,
32
  arch='clean',
33
  channel_multiplier=2,