Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
2a222e4
1
Parent(s):
a7db858
Update inference_realesrgan.py
Browse files- inference_realesrgan.py +1 -1
inference_realesrgan.py
CHANGED
@@ -12,7 +12,7 @@ def main():
|
|
12 |
parser.add_argument(
|
13 |
'--model_path',
|
14 |
type=str,
|
15 |
-
default='
|
16 |
help='Path to the pre-trained model')
|
17 |
parser.add_argument('--output', type=str, default='results', help='Output folder')
|
18 |
parser.add_argument('--netscale', type=int, default=4, help='Upsample scale factor of the network')
|
|
|
12 |
parser.add_argument(
|
13 |
'--model_path',
|
14 |
type=str,
|
15 |
+
default='RealESRGAN_x4plus.pth',
|
16 |
help='Path to the pre-trained model')
|
17 |
parser.add_argument('--output', type=str, default='results', help='Output folder')
|
18 |
parser.add_argument('--netscale', type=int, default=4, help='Upsample scale factor of the network')
|