Spaces:
Runtime error
Runtime error
Update real_esrgan_app.py
Browse files- real_esrgan_app.py +1 -1
real_esrgan_app.py
CHANGED
@@ -12,7 +12,7 @@ import psutil
|
|
12 |
|
13 |
|
14 |
|
15 |
-
torch.hub.download_url_to_file('http://people.csail.mit.edu/billf/project%20pages/sresCode/Markov%20Random%20Fields%20for%20Super-Resolution_files/100075_lowres.jpg', 'bear.jpg')
|
16 |
|
17 |
|
18 |
def run_cmd(command):
|
|
|
12 |
|
13 |
|
14 |
|
15 |
+
#torch.hub.download_url_to_file('http://people.csail.mit.edu/billf/project%20pages/sresCode/Markov%20Random%20Fields%20for%20Super-Resolution_files/100075_lowres.jpg', 'bear.jpg')
|
16 |
|
17 |
|
18 |
def run_cmd(command):
|