chuxiaojie commited on
Commit
704454d
1 Parent(s): 01dd9e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def image_mod(image):
5
  return image.rotate(45)
6
 
7
  os.system("git clone https://github.com/megvii-research/NAFNet")
8
- os.system("cd NAFNet")
9
  print(os.listdir('.'))
10
  #os.system("pip install -r requirements.txt")
11
  os.system("python3 setup.py develop --no_cuda_ext")
 
5
  return image.rotate(45)
6
 
7
  os.system("git clone https://github.com/megvii-research/NAFNet")
8
+ os.system("mv NAFNet/* ./")
9
  print(os.listdir('.'))
10
  #os.system("pip install -r requirements.txt")
11
  os.system("python3 setup.py develop --no_cuda_ext")