Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ sys.path.append("RefVSR")
|
|
| 19 |
## RefVSR
|
| 20 |
LR_path = "test/RealMCVSR/test/HR/UW/0000"
|
| 21 |
Ref_path = "test/RealMCVSR/test/HR/W/0000"
|
| 22 |
-
Ref_path_T = "test/RealMCVSR/test/HR/
|
| 23 |
os.makedirs(LR_path)
|
| 24 |
os.makedirs(Ref_path)
|
| 25 |
os.makedirs('result')
|
|
|
|
| 19 |
## RefVSR
|
| 20 |
LR_path = "test/RealMCVSR/test/HR/UW/0000"
|
| 21 |
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')
|