Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def run(image):
|
|
149 |
+ "-1"
|
150 |
+ " --with_scratch")
|
151 |
run_cmd(command)
|
152 |
-
|
153 |
result_restoration = Image.open("Temp/final_output/input_img.png")
|
154 |
shutil.rmtree("Temp")
|
155 |
|
|
|
149 |
+ "-1"
|
150 |
+ " --with_scratch")
|
151 |
run_cmd(command)
|
152 |
+
print(os.listdir(path='Temp/final_output'))
|
153 |
result_restoration = Image.open("Temp/final_output/input_img.png")
|
154 |
shutil.rmtree("Temp")
|
155 |
|