codeslake commited on
Commit
137fd43
1 Parent(s): 18fbc38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ sys.path.append("RefVSR")
16
  LR_path = "test/test/HR/UW/0000"
17
  Ref_path = "test/test/HR/W/0000"
18
  Ref_path_T = "test/test/HR/W/0000"
19
- os.mkdirs(LR_path)
20
- os.mkdirs(Ref_path)
21
 
22
  def resize(width,img):
23
  basewidth = width
16
  LR_path = "test/test/HR/UW/0000"
17
  Ref_path = "test/test/HR/W/0000"
18
  Ref_path_T = "test/test/HR/W/0000"
19
+ os.makedirs(LR_path)
20
+ os.makedirs(Ref_path)
21
 
22
  def resize(width,img):
23
  basewidth = width