codeslake commited on
Commit
109eb1a
1 Parent(s): 51a4776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -17,9 +17,9 @@ os.system("wget https://huggingface.co/spaces/codeslake/RefVSR/resolve/main/SPyN
17
  sys.path.append("RefVSR")
18
 
19
  ## RefVSR
20
- LR_path = "test/test/HR/UW/0000"
21
- Ref_path = "test/test/HR/W/0000"
22
- Ref_path_T = "test/test/HR/W/0000"
23
  os.makedirs(LR_path)
24
  os.makedirs(Ref_path)
25
  os.makedirs('result')
 
17
  sys.path.append("RefVSR")
18
 
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/W/0000"
23
  os.makedirs(LR_path)
24
  os.makedirs(Ref_path)
25
  os.makedirs('result')