Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,7 @@ Ref_path = "test/RealMCVSR/test/HR/W/0000"
|
|
| 22 |
Ref_path_T = "test/RealMCVSR/test/HR/T/0000"
|
| 23 |
os.makedirs(LR_path)
|
| 24 |
os.makedirs(Ref_path)
|
|
|
|
| 25 |
os.makedirs('result')
|
| 26 |
|
| 27 |
def resize(width,img):
|
|
|
|
| 22 |
Ref_path_T = "test/RealMCVSR/test/HR/T/0000"
|
| 23 |
os.makedirs(LR_path)
|
| 24 |
os.makedirs(Ref_path)
|
| 25 |
+
os.makedirs(Ref_path_T)
|
| 26 |
os.makedirs('result')
|
| 27 |
|
| 28 |
def resize(width,img):
|