Spaces:
Runtime error
Runtime error
Ahsen Khaliq commited on
Commit ·
19df3db
1
Parent(s): e1ce954
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def run_cmd(command):
|
|
| 14 |
except KeyboardInterrupt:
|
| 15 |
print("Process interrupted")
|
| 16 |
sys.exit(1)
|
| 17 |
-
run_cmd("wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P experiments/pretrained_models")
|
| 18 |
run_cmd("python setup.py develop")
|
| 19 |
|
| 20 |
|
|
|
|
| 14 |
except KeyboardInterrupt:
|
| 15 |
print("Process interrupted")
|
| 16 |
sys.exit(1)
|
| 17 |
+
run_cmd("wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ./experiments/pretrained_models")
|
| 18 |
run_cmd("python setup.py develop")
|
| 19 |
|
| 20 |
|