codeslake commited on
Commit
d3fbff5
1 Parent(s): c1436db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -19,9 +19,12 @@ os.system("wget https://huggingface.co/spaces/codeslake/RefVSR/resolve/main/SPyN
19
  sys.path.append("RefVSR")
20
 
21
  ## RefVSR
22
- LR_path = "test/RealMCVSR/test/HR/UW/0000"
23
- Ref_path = "test/RealMCVSR/test/HR/W/0000"
24
- Ref_path_T = "test/RealMCVSR/test/HR/T/0000"
 
 
 
25
  os.makedirs(LR_path)
26
  os.makedirs(Ref_path)
27
  os.makedirs(Ref_path_T)
 
19
  sys.path.append("RefVSR")
20
 
21
  ## RefVSR
22
+ #LR_path = "test/RealMCVSR/test/HR/UW/0000"
23
+ #Ref_path = "test/RealMCVSR/test/HR/W/0000"
24
+ #Ref_path_T = "test/RealMCVSR/test/HR/T/0000"
25
+ LR_path = "test/RealMCVSR/test/HR/LRx4/0000"
26
+ Ref_path = "test/RealMCVSR/test/HR/LRx4/0000"
27
+ Ref_path_T = "test/RealMCVSR/test/HR/LRx4/0000"
28
  os.makedirs(LR_path)
29
  os.makedirs(Ref_path)
30
  os.makedirs(Ref_path_T)