Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
2683afa
1
Parent(s):
185e7df
Update app.py
Browse files
app.py
CHANGED
@@ -18,6 +18,8 @@ def run_cmd(command):
|
|
18 |
print("Process interrupted")
|
19 |
sys.exit(1)
|
20 |
run_cmd("wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P .")
|
|
|
|
|
21 |
#run_cmd("python setup.py develop")
|
22 |
|
23 |
|
|
|
18 |
print("Process interrupted")
|
19 |
sys.exit(1)
|
20 |
run_cmd("wget https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P .")
|
21 |
+
run_cmd("pip freeze")
|
22 |
+
|
23 |
#run_cmd("python setup.py develop")
|
24 |
|
25 |
|