Ahsen Khaliq commited on
Commit
12f561e
·
1 Parent(s): bf2f5d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ else:
29
  scale=2,
30
  model_path='https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth',
31
  model=model,
32
- tile=400,
33
  tile_pad=10,
34
  pre_pad=0,
35
  half=True) # need to set False in CPU mode
 
29
  scale=2,
30
  model_path='https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.1/RealESRGAN_x2plus.pth',
31
  model=model,
32
+ tile=200,
33
  tile_pad=10,
34
  pre_pad=0,
35
  half=True) # need to set False in CPU mode