codeslake commited on
Commit
b157748
1 Parent(s): 9926668

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):