Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|