swzamir commited on
Commit
a4bf6c1
1 Parent(s): 6cbfd74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ from PIL import Image
7
 
8
  os.system("pip install einops")
9
  os.system("git clone https://github.com/swz30/Restormer.git")
 
10
  os.chdir('Restormer')
11
 
12
  # Download pretrained models
 
7
 
8
  os.system("pip install einops")
9
  os.system("git clone https://github.com/swz30/Restormer.git")
10
+ shutil.copy("demo_gradio.py","Restormer/demo_gradio.py")
11
  os.chdir('Restormer')
12
 
13
  # Download pretrained models